Skip to content

Instantly share code, notes, and snippets.

@kiruh
Created May 12, 2021 12:31
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 kiruh/cd8e9f057bda080209c4db1fb3f35ff5 to your computer and use it in GitHub Desktop.
Save kiruh/cd8e9f057bda080209c4db1fb3f35ff5 to your computer and use it in GitHub Desktop.
virtualenv
export WORKON_HOME=/home/kiril/.virtualenvs
export PROJECT_HOME=/home/kiril/projects
export VIRTUALENV_PYTHON=/usr/bin/python3
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment