Skip to content

Instantly share code, notes, and snippets.

@rminderhoud
Last active January 2, 2016 05:49
Show Gist options
  • Select an option

  • Save rminderhoud/8259726 to your computer and use it in GitHub Desktop.

Select an option

Save rminderhoud/8259726 to your computer and use it in GitHub Desktop.

Revisions

  1. @lazypenguin lazypenguin renamed this gist Jan 4, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @lazypenguin lazypenguin renamed this gist Jan 4, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @lazypenguin lazypenguin revised this gist Jan 4, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -19,4 +19,5 @@ Virtualenvwrapper
    Usage:

    mkvirtualenv foo
    workon foo
    rmvirtualenv foo
  4. @lazypenguin lazypenguin revised this gist Jan 4, 2014. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions gistfile1.md
    Original 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
  5. @lazypenguin lazypenguin revised this gist Jan 4, 2014. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions gistfile1.md
    Original 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`
    sudo apt-get install python python-dev python-setuptools build-essential

    Pip
    `sudo easy_install pip`
    sudo easy_install pip

    Virtualenv
    `pip install virtualenv`
    pip install virtualenv

    Virtualenvwrapper
    `pip install virtualenvwrapp`
    `export WORKON_HOME=~/.virtualenvs`
    `source /usr/local/bin/virtualenvwrapper.sh`
    pip install virtualenvwrapp
    export WORKON_HOME=~/.virtualenvs
    source /usr/local/bin/virtualenvwrapper.sh

    Usage:
    `mkvirtualenv foo`
    `rmvirtualenv foo`
    mkvirtualenv foo
    rmvirtualenv foo
  6. @lazypenguin lazypenguin renamed this gist Jan 4, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. @lazypenguin lazypenguin created this gist Jan 4, 2014.
    17 changes: 17 additions & 0 deletions gistfile1.txt
    Original 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`