Skip to content

Instantly share code, notes, and snippets.

@NimzyMaina
Created April 4, 2019 11:00
Show Gist options
  • Select an option

  • Save NimzyMaina/f1bc92d399feb50ff6a989fa29098e6d to your computer and use it in GitHub Desktop.

Select an option

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