|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14188) shiningpa... [email protected] (JIRA)

I'm having the same trouble. I'm using Ubuntu 12.04 with Python 2.7 as the system Python, and I installed a PPA for Python 2.6.
When I use the virtualenv builder I will always get the system Python (2.7) because both versions run from /usr.
I can manually create virtualenvs on the command line that correctly pick up the right version by using:
virtualenv -p python2.6 <envname>
or
virtualenv -p python2.7 <envname>