allcas.blogg.se

Install python 2.7 ubuntu 14.04
Install python 2.7 ubuntu 14.04









Generally, I try to support Ubuntu releases until their official End-of-Life.Ĭurrently supported releases - 2.3, 2.4, 2.5, 2.6, 2.7, 3.1, 3.2, 3.3, 3.4īasically, if an Ubuntu version doesn't have an official package for a specific major Python version (be it "any more" or "yet"), look for one in this PPA. If you like what I'm doing here, you can show your appreciation by donating: Issues can be reported in the master issue tracker at: If you want to use them in a security-or-otherwise-critical environment (say, on a production server), you do so at your own risk.įor Python 2.7 updates for supported Ubuntu releases, see my dedicated 2.7 PPA: In particular, I shed all responsibility for security issues in these packages. There also was a time when Google App Engine still ran on Python 2.5, but nobody likes to talk about that.Ī disclaimer first: I do not guarantee any kind of updates. The packages in the official archives generally don't go back all that far, but people might still need to develop and test against these old Python interpreters. This PPA has older and newer Python versions for Ubuntu. $ sudo add-apt-repository ppa:fkrull/deadsnakes

install python 2.7 ubuntu 14.04

NOTE: The add repo command prompts for a user response without -y.

install python 2.7 ubuntu 14.04

Gpg: key DB82666C: public key "Launchpad Old Python Versions" imported Gpg: /tmp/tmpuljbio98/trustdb.gpg: trustdb created Gpg: requesting key DB82666C from hkp server Gpg: keyring `/tmp/tmpuljbio98/pubring.gpg' created Gpg: keyring `/tmp/tmpuljbio98/secring.gpg' created $ sudo add-apt-repository -y ppa:fkrull/deadsnakes $ sudo apt-get install -y python-software-properties

install python 2.7 ubuntu 14.04

I welcome comments for any other ways to install multiple Python environments. I had a hard time finding what I would consider an official means. If you want to install Python 3.3, in my case because various Openstack projects that maintain 3.3 compatibility. Ubuntu 14.04 by default uses Python 2.7 and 3.4.











Install python 2.7 ubuntu 14.04