Skip to content

Instantly share code, notes, and snippets.

@aodj
Last active August 29, 2015 14:05
Show Gist options
  • Save aodj/038431287a447c7275f6 to your computer and use it in GitHub Desktop.
Save aodj/038431287a447c7275f6 to your computer and use it in GitHub Desktop.
step #1
:: extract source
call bsdtar.exe xvzf virtualenv-1.11.6.tar.gz
:: switch directories
cd virtualenv-1.11.6
:: make the virtualenv
python virtualenv.py ..\%1
:: install the dependencies
cd ..
call %1\Scripts\pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment