Skip to content

Python Virtual Environment on Ubuntu

wmatyskiewicz edited this page Jan 19, 2013 · 2 revisions
  1. Make sure that you install python-dev and python-virtualenv otherwise sudo apt-get install python python-virtualenv
  2. Go to the directory in which you installed Python virtual environment
  3. curl -L https://raw.github.com/wmatyskiewicz/workspace/master/python/env.sh | sh

Example

$ dpkg -l | grep python-dev

$ dpkg -l | grep python-virtualenv

$ mkdir ~/wojtas/pythonenv

$ cd ~/wojtas/pythonenv

$ curl -L https://raw.github.com/wmatyskiewicz/workspace/master/python/env.sh | sh

Clone this wiki locally