Skip to content

Instantly share code, notes, and snippets.

@methane
Created September 27, 2012 13:19
Show Gist options
  • Select an option

  • Save methane/3793941 to your computer and use it in GitHub Desktop.

Select an option

Save methane/3793941 to your computer and use it in GitHub Desktop.
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