env tag

25 questions


1 answers
79 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
40 views
0
Ubuntu: Problems Loading Environmental Variables in Ubuntu Environments

Hello.Windows is developing nodejs and trying to deploy to Ubuntu. in the development environment.Read environment variables well from env file. Only undefined appears in ubuntu production. When the l...

1 years ago

2 answers
97 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...


1 answers
46 views
0
Execute code written in a virtual environment

Due to compatibility with some modules, some code was created after creating a virtual environment (32-bit).By the way, if you run this code as a .py file, an error occurs and abnormal termination occ...

2 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.