Skip to content

Commit 3478644

Browse files
author
Kenneth Reitz
committed
$$$
1 parent e349deb commit 3478644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/starting/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Linux (Ubuntu)
123123

124124
Natty Narwhal, the latest version of Ubuntu, **comes with Python 2.7 out of the box**. Python 3.0 can be installed and run with the following commands::
125125

126-
sudo apt-get install python3-minimal
127-
python3
126+
$ sudo apt-get install python3-minimal
127+
$ python3
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

0 commit comments

Comments
 (0)