Skip to content

Instantly share code, notes, and snippets.

@davedash
Created June 6, 2011 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davedash/1011209 to your computer and use it in GitHub Desktop.
Save davedash/1011209 to your computer and use it in GitHub Desktop.
○ cat ~/.virtualenvs/postmkvirtualenv
proj_name=$(echo $VIRTUAL_ENV|awk -F'/' '{print $NF}')
mkdir $HOME/Projects/$proj_name
add2virtualenv $HOME/Projects/$proj_name
cd $HOME/Projects/$proj_name
easy_install readline ipython
pip install -e git://github.com/jbalogh/check.git#egg=check Jinja2==2.3.1 \
MySQL-python==1.2.3c1 lxml==2.2.6 PIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment