Check python binary to use
$ export VIRTUALENVWRAPPER_PYTHON=/path/to/.../python
$ export VIRTUALENVWRAPPER_PYTHON=${HOME}/bin/pythonPath where virtual environments will be created
$ export WORKON_HOME=${HOME}/.virtualenvs
$ mkdir -p ${WORKON_HOME}Call setup script from your .bashrc or .profile
# virtualenvwrapper installed by global pip
$ source /usr/local/bin/virtualenvwrapper.sh
# virtualenvwrapper installed by local pip
$ source ${HOME}/.local/bin/virtualenvwrapper.shmore info:
but nowadays I prefer:
still not sure about: