From 3478644226588c0fa3f22bd8b86da442da56e1b3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Aug 2011 19:38:30 -0400 Subject: [PATCH] $$$ --- docs/starting/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 9c91cba..e7fa0bb 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -123,8 +123,8 @@ Linux (Ubuntu) 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:: - sudo apt-get install python3-minimal - python3 + $ sudo apt-get install python3-minimal + $ python3 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)::