Skip to content

Instantly share code, notes, and snippets.

@gilsondev
Created September 21, 2011 16:52
Show Gist options
  • Save gilsondev/1232631 to your computer and use it in GitHub Desktop.
Save gilsondev/1232631 to your computer and use it in GitHub Desktop.
Configurando o virtualenv e virtualenvwrapper no Dropbox
# Virtualenvwrapper
export WORKON_HOME=$HOME/Dropbox/Desenvolvimento/Projetos/
source /usr/local/bin/virtualenvwrapper.sh
# export VIRTUALENVWRAPPER_PYTHON='/usr/bin/python2.7'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment