Skip to content

Instantly share code, notes, and snippets.

@Ngahu
Created December 18, 2019 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ngahu/2beb45ea525f9ff21173a7ce79a5334e to your computer and use it in GitHub Desktop.
Save Ngahu/2beb45ea525f9ff21173a7ce79a5334e to your computer and use it in GitHub Desktop.
pip3 install virtualenvwrapper
vim ~/.bashrc
And add the following lines:
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
source ~/.local/bin/virtualenvwrapper.sh
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment