Created
May 8, 2012 11:52
-
-
Save wbotelhos/2634436 to your computer and use it in GitHub Desktop.
Install Python environment in Unbuntu
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 characters
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