Last active
October 9, 2023 04:16
-
-
Save anujonthemove/bfb1a56962d41d66b2992ec89364bdee to your computer and use it in GitHub Desktop.
virtualenvwrapper settings for .bashrc
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
# 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