Created
May 10, 2017 19:37
-
-
Save OtavioBraga/3fc04876ceda5f38a365a3795a90cd69 to your computer and use it in GitHub Desktop.
Virtualenv wrapper .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
# virtualenvwrapper | |
# Diretório onde os ambientes virtuais serão armazenados | |
export WORKON_HOME=$HOME/.virtualenvs | |
# Adicionamos os comandos virtualenvwrapper no bash | |
source ~/.local/bin/virtualenvwrapper.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment