You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
the README.md suggests that the user create a virtual environment called venv. this choice is also hard coded in the uwsgi.ini file.
if I use mkvirtualenv, my virtual environments are centrally collected (not in the current directory) and I would not use the name venv.
using mkvirtualenv/workon, the location of the active virtual environment is stored in $VIRTUAL_ENV
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the
README.md
suggests that the user create a virtual environment calledvenv
. this choice is also hard coded in theuwsgi.ini
file.if I use mkvirtualenv, my virtual environments are centrally collected (not in the current directory) and I would not use the name
venv
.using mkvirtualenv/workon, the location of the active virtual environment is stored in
$VIRTUAL_ENV
The text was updated successfully, but these errors were encountered: