I have a question that I would appreciate some help with. I want to run a number of sites from my debian server, each with their own virtualenv.
Should I be creating my virtualenv in the www-data
or /home/<user_name>/
directory?
Alternatively, could I do something like this:
- Put my virtualenv in
/home/<user_name>/<site_name>
- Put my sites code in
www-data/<site_name>
Thank you for any information you can provide.