python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

Wrong virtualenv export variable

Open bishop527 opened this issue 6 years ago • 0 comments

The following text is in the Lower Level: virtualenv section "or change the interpreter globally with an env variable in ~/.bashrc:

$ export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7"

Since this section is talking about virtualenv, not virtualenvwrapper, the export should be $ export VIRTUALENV_PYTHON=/usr/bin/python2.7

bishop527 avatar Dec 17 '19 21:12 bishop527