Created
May 12, 2021 12:31
-
-
Save kiruh/cd8e9f057bda080209c4db1fb3f35ff5 to your computer and use it in GitHub Desktop.
virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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