Skip to content

Commit e349deb

Browse files
author
Kenneth Reitz
committed
updated ubuntu instructions
1 parent bb34926 commit e349deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/starting/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Natty Narwhal, the latest version of Ubuntu, **comes with Python 2.7 out of the
128128

129129
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)::
130130

131+
$ sudo apt-get install python-software-properties
131132
$ sudo add-apt-repository ppa:fkrull/deadsnakes
132133
$ sudo apt-get update
133134
$ sudo apt-get install python2.5

0 commit comments

Comments
 (0)