summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-04 21:15:08 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-04 21:15:08 +0200
commitbd070e77f4183a34507fe6f19604751cb78e3e8c (patch)
treed4ea483faf8ebc8a8eb2f1cff4b393a2651b1b40 /docs
parent2bee32671eac872489f19a08e326e407d400a525 (diff)
downloadpyramid-bd070e77f4183a34507fe6f19604751cb78e3e8c.tar.gz
pyramid-bd070e77f4183a34507fe6f19604751cb78e3e8c.tar.bz2
pyramid-bd070e77f4183a34507fe6f19604751cb78e3e8c.zip
unuglify Unix Python installation instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index c467779f4..e18716baa 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -88,17 +88,15 @@ using the following commands:
.. code-block:: text
- [chrism@vitaminf ~]$ cd ~
- [chrism@vitaminf ~]$ mkdir tmp
- [chrism@vitaminf ~]$ mkdir opt
- [chrism@vitaminf ~]$ cd tmp
- [chrism@vitaminf tmp]$ wget \
- http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
- [chrism@vitaminf tmp]$ tar xvzf Python-2.7.3.tgz
- [chrism@vitaminf tmp]$ cd Python-2.7.3
- [chrism@vitaminf Python-2.7.3]$ ./configure \
- --prefix=$HOME/opt/Python-2.7.3
- [chrism@vitaminf Python-2.7.3]$ make; make install
+ $ cd ~
+ $ mkdir tmp
+ $ mkdir opt
+ $ cd tmp
+ $ wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
+ $ tar xvzf Python-2.7.3.tgz
+ $ cd Python-2.7.3
+ $ ./configure --prefix=$HOME/opt/Python-2.7.3
+ $ make && make install
Once these steps are performed, the Python interpreter will be
invokable via ``$HOME/opt/Python-2.7.3/bin/python`` from a shell