From e349debf96e1d4c1c82cfb1c601308528bc867bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 11 Jul 2011 20:04:12 -0400 Subject: [PATCH] updated ubuntu instructions --- docs/starting/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 2c80533..9c91cba 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -128,6 +128,7 @@ Natty Narwhal, the latest version of Ubuntu, **comes with Python 2.7 out of the Older versions of Python aren't available from the official repository. However, if it's needed (for example to support legacy code), we can add an unsupported repository and install an older version of Python (2.5 in the example below):: + $ sudo apt-get install python-software-properties $ sudo add-apt-repository ppa:fkrull/deadsnakes $ sudo apt-get update $ sudo apt-get install python2.5