Skip to content

Instantly share code, notes, and snippets.

@dustinmm80
Created October 21, 2012 18:52
Show Gist options
  • Save dustinmm80/3928081 to your computer and use it in GitHub Desktop.
Save dustinmm80/3928081 to your computer and use it in GitHub Desktop.
homebrew and pythonbrew setup
PATH="/usr/local/bin:$PATH"
[[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc
export WORKON_HOME=~/envs
export PROJECT_HOME=~/git
source ~/.pythonbrew/pythons/Python-2.7.2/bin/virtualenvwrapper.sh
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment