Skip to content

Instantly share code, notes, and snippets.

@anujonthemove
Last active October 9, 2023 04:16
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 anujonthemove/bfb1a56962d41d66b2992ec89364bdee to your computer and use it in GitHub Desktop.
Save anujonthemove/bfb1a56962d41d66b2992ec89364bdee to your computer and use it in GitHub Desktop.
virtualenvwrapper settings for .bashrc
# Install virtualenv, virtualenv wrapper
# sudo pip3 install virtualenv virtualenvwrapper
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
export WORKON_HOME=$HOME/.virtualenvs
# export PROJECT_HOME=$HOME/Devel
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment