Skip to content

Instantly share code, notes, and snippets.

@aodj
Last active August 29, 2015 14:05
Show Gist options
  • Save aodj/a89732f50bef7ed7138e to your computer and use it in GitHub Desktop.
Save aodj/a89732f50bef7ed7138e to your computer and use it in GitHub Desktop.
step #2
:: 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 ..\%1\Scripts
call easy_install pywin32-214.win32-py2.7.exe
call easy_install py2exe-0.6.9.win32-py2.7.exe
call pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment