Tagged Questions
4
votes
2answers
651 views
Changing Python default in 12.04 LTS
I have downloaded and installed python 3.2.3 for Ubuntu/Debian. Also IDLE IDE for 3.2.3.
If I execute IDLE for 3.2.3 explicitely, 3.2.3 runs under IDLE and all is well.
But if I go to a terminal ...
2
votes
0answers
46 views
Install Both Python 2.7 and Python 3.3.0 on Ubuntu 12.04 [duplicate]
Possible Duplicate:
need to have 2 versions of python?
I have projects that require different resources from the two different versions of Python. My question is can I have both versions of ...
1
vote
3answers
3k views
need to have 2 versions of python?
Well, as I say, I need to have 2 versions of python installed on my PC.
The first must be the latest one in order to use youtube-dl, and the second must be the 2.7 version to use it for a course ( ...