Questions tagged [virtualenv]

66 questions
0
votes
1 answer

Is it practical to use Google App Engine for a Django app?

I'm currently building a Django app that uses a MySQL backend. Traditionally I've worked with a VirtualEnv where I can install python packages, set folder permissions, etc. From some pages I've found through research, it makes it seem like Google…
Leah Sapan
  • 189
  • 1
  • 2
  • 15
0
votes
1 answer

How do I setup nginx and uwsgi when using virtualenv?

I am going to start using virtualenv for the first time. If I am going to have multiple environments with a django project in each, do I have 1 nginx instance running and have each domain point to the socket of a uwsgi instance running with a -H env…
Greg Arcara
  • 183
  • 1
  • 7
0
votes
1 answer

Uninstall python modules

How to uninstall all python modules that where ocasionally installed. I need this cleanup (as if it is a fresh installation) to start working with virtualenv. Also I want to be sure that there's no intersection. Also I want to make sure that all…
mcmlxxxiii
  • 105
  • 3
0
votes
3 answers

How can I download django-1.2 and use it across multiple sites when the system default is 1.1?

I'm on Debian Lenny and the latest backports django is 1.1.1 final. I don't want to use sid so I probably have to download django. I have my sites located at: /www/ and I plan on using mod_wsgi with Apache2 as a reverse proxy from nginx. Now that I…
meder omuraliev
  • 1,721
  • 3
  • 21
  • 30
0
votes
2 answers

Cron Tab as specific user and python virtual env

Wanting to run an hourly cron job as a specific user (xfeautomation) and python virtual environment. Running as a specific user, will I have to add the script location into PATH? My current cron job looks like this: 0 * * * * xfeautomation…
0
votes
1 answer

Why is my virtualenv not activated by uwsgi?

On a fresh install of Debian Bullseye I am unable to use the uwsgi command. It fails to load the requested virtualenv. This is the command that fails: uwsgi --plugins http,python3 --wsgi-file wsgi.py --http :9090 --virtualenv…
Jaap Joris Vens
  • 601
  • 3
  • 8
  • 20
1 2 3 4
5