Skip to content

Instantly share code, notes, and snippets.

@NimzyMaina
Created April 4, 2019 11:00
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 NimzyMaina/f1bc92d399feb50ff6a989fa29098e6d to your computer and use it in GitHub Desktop.
Save NimzyMaina/f1bc92d399feb50ff6a989fa29098e6d to your computer and use it in GitHub Desktop.
Virtualenv Commands
#!/bin/bash
pip install virtualenv virtualenvwrapper-win
mkdir \Projects\helloworld && cd \Projects\helloworld
mkvirtualenv helloworld
setprojectdir .
deactivate
workon helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment