Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 25707  / 2 Years ago, wed, july 27, 2022, 1:12:51

I'm developer and I need to make my enviroment work with Python 2.7.6 (not 2.7.3) on the Ubuntu 12.04. Please, provide me some notes how to do that?


More From » 12.04

 Answers
7

Ubuntu 12.04 ships with python 2.7.3. You should be able to download https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz and follow the README file. The steps should be simple enough.



./configure
make
make install


Note that you don't have to remove python-2.7.3 from your system to install an other version. You can switch between different versions using



sudo update-alternatives --config python


Also, did you check this out?



https://stackoverflow.com/questions/20445565/ubuntu-12-04-lts-update-python-2-7-3-to-2-7-6-without-breaking-dependencies


[#26206] Wednesday, July 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anatta

Total Points: 326
Total Questions: 128
Total Answers: 96

Location: Jordan
Member since Sun, Jun 26, 2022
2 Years ago
;