Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Created May 10, 2017 19:37
Show Gist options
  • Save OtavioBraga/3fc04876ceda5f38a365a3795a90cd69 to your computer and use it in GitHub Desktop.
Save OtavioBraga/3fc04876ceda5f38a365a3795a90cd69 to your computer and use it in GitHub Desktop.
Virtualenv wrapper .bashrc
# 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