Last active
January 2, 2016 05:49
-
-
Save rminderhoud/8259726 to your computer and use it in GitHub Desktop.
Revisions
-
lazypenguin renamed this gist
Jan 4, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lazypenguin renamed this gist
Jan 4, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lazypenguin revised this gist
Jan 4, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,4 +19,5 @@ Virtualenvwrapper Usage: mkvirtualenv foo workon foo rmvirtualenv foo -
lazypenguin revised this gist
Jan 4, 2014 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,22 @@ Prerequisites (Debian/Ubuntu): sudo apt-get install python python-dev python-setuptools build-essential Pip sudo easy_install pip Virtualenv pip install virtualenv Virtualenvwrapper pip install virtualenvwrapp export WORKON_HOME=~/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh Usage: mkvirtualenv foo rmvirtualenv foo -
lazypenguin revised this gist
Jan 4, 2014 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ Prerequisites (Debian/Ubuntu): sudo apt-get install python python-dev python-setuptools build-essential Pip sudo easy_install pip Virtualenv pip install virtualenv Virtualenvwrapper pip install virtualenvwrapp export WORKON_HOME=~/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh Usage: mkvirtualenv foo rmvirtualenv foo -
lazypenguin renamed this gist
Jan 4, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lazypenguin created this gist
Jan 4, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ Prerequisites (Debian/Ubuntu): `sudo apt-get install python python-dev python-setuptools build-essential` Pip `sudo easy_install pip` Virtualenv `pip install virtualenv` Virtualenvwrapper `pip install virtualenvwrapp` `export WORKON_HOME=~/.virtualenvs` `source /usr/local/bin/virtualenvwrapper.sh` Usage: `mkvirtualenv foo` `rmvirtualenv foo`