Created
October 21, 2012 18:52
-
-
Save dustinmm80/3928081 to your computer and use it in GitHub Desktop.
homebrew and pythonbrew setup
This file contains 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
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