virtualenv tag

4 questions


1 answers
100 views
0
How do I install all packages in a text file?

You are about to install all the packages that you originally had in your virtual environment.Save the package list to requirements.txt as follows. requirements.txt:BeautifulSoup==3.2.0Django==1.3...b...

1 years ago

1 answers
78 views
0
I'm curious about Python Virtualenv.

Hello. As I searched for it, in the Jango Girls tutorial He started the project by creating Python Virtualenv. I think it's really good to create an independent development environment. I wonder if th...

1 years ago

2 answers
96 views
0
This is a question about the development environment (beginner)

It's not a question about the code, but if it's against the rules, I'll delete itI'm a beginner who started Python codingOnly Many educational classes use Linux environment or virtualenv? Or I saw you...

1 years ago

1 answers
116 views
0
How do I install psycopg2 with pip?

You must install psycopg2 in virtualenv.pip install http://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.4.tar.gz#md5=24f4368e2cfdc1a2b03282ddda814160It's installed withI don't know what's wro...


© 2024 OneMinuteCode. All rights reserved.