I am new to Python and am working on a Linux machine (Ubuntu 10.10). It is running python 2.6, but I\'d like to run 2.7 as it has features I want to use. I have been urged t
You can use virtualenv to create distinct Python environments. Just being newsy, but what does Python 2.7 have that you need?