Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created May 8, 2012 11:52
Show Gist options
  • Save wbotelhos/2634436 to your computer and use it in GitHub Desktop.
Save wbotelhos/2634436 to your computer and use it in GitHub Desktop.
Install Python environment in Unbuntu
sudo apt-get install python-setuptools
sudo apt-get install python-pip
pip install PIL
python -V
#python -c 'import sys; print sys.version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment