Created
September 27, 2012 13:19
-
-
Save methane/3793941 to your computer and use it in GitHub Desktop.
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
| export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH | |
| export PATH=$HOME/bin:$HOME/local/bin:$PATH | |
| # If not running interactively, don't do anything | |
| [ -z "$PS1" ] && return | |
| # virtualenv | |
| export VIRTUALENVWRAPPER_PYTHON=/opt/local/bin/python2.7 | |
| export VIRTUALENV_DISTRIBUTE=1 | |
| source /opt/local/bin/virtualenvwrapper.sh-2.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment