Thursday, May 2, 2024
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 14276  / 2 Years ago, fri, july 29, 2022, 8:37:01

I need python 3.2 for development purposes, but new ubuntu 13.04 comes with python 3.3.



is there any best practice for installing older python version into ubuntu?



Thanks


More From » installation

 Answers
2

Use the Deadsnakes PPA, which includes a range of Python versions packaged for a range of Ubuntu versions, including 3.2 for raring.



sudo apt-add-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.2

[#31184] Sunday, July 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
barted

Total Points: 424
Total Questions: 103
Total Answers: 101

Location: Djibouti
Member since Sun, Feb 27, 2022
2 Years ago
barted questions
;