Skip to content

Commit cb646dd

Browse files
committed
Manual installation notes (Linux).
1 parent 03d485b commit cb646dd

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/starting/installation.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,16 @@ Now, most Python packages can be installed using the ``pip`` command. For exampl
150150
A full list of ``pip``'s capabilities is available by typing ``pip --help``.
151151

152152
Linux (Manual)
153-
::::::::::::::
153+
--------------
154+
155+
While your system will quite likely already have Python installation, you might wish to install a different version. This is done in the typical Linux software source install procedure::
156+
157+
$ wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
158+
$ tar -xvf Python-2.7.2.tgz
159+
$ cd Python-2.7.2
160+
$ ./configure
161+
$ make
162+
$ make install
154163

155164

156165

0 commit comments

Comments
 (0)