From 3dbdfef11d770a5b79df08c01258e070ee8b7f70 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Oct 2010 23:55:28 +0000 Subject: merge tutorialfix branch --- docs/tutorials/bfgwiki/installation.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/tutorials/bfgwiki/installation.rst') diff --git a/docs/tutorials/bfgwiki/installation.rst b/docs/tutorials/bfgwiki/installation.rst index 4f1e5a34f..e58d73493 100644 --- a/docs/tutorials/bfgwiki/installation.rst +++ b/docs/tutorials/bfgwiki/installation.rst @@ -17,30 +17,30 @@ whether you're using UNIX or Windows. Preparation, UNIX ----------------- -#. If you don't already have a Python 2.5 interpreter installed on - your system, obtain, install, or find `Python 2.5 - `_ for your system. +#. If you don't already have a Python 2.6 interpreter installed on + your system, obtain, install, or find `Python 2.6 + `_ for your system. #. Install the latest `setuptools` into the Python you obtained/installed/found in the step above: download `ez_setup.py `_ and run it using - the ``python`` interpreter of your Python 2.5 installation: + the ``python`` interpreter of your Python 2.6 installation: .. code-block:: bash - $ /path/to/my/Python-2.5/bin/python ez_setup.py + $ /path/to/my/Python-2.6/bin/python ez_setup.py #. Use that Python's `bin/easy_install` to install `virtualenv`: .. code-block:: bash - $ /path/to/my/Python-2.5/bin/easy_install virtualenv + $ /path/to/my/Python-2.6/bin/easy_install virtualenv #. Use that Python's virtualenv to make a workspace: .. code-block:: bash - $ path/to/my/Python-25/bin/virtualenv --no-site-packages bigfntut + $ path/to/my/Python-2.6/bin/virtualenv --no-site-packages bigfntut #. Switch to the ``bigfntut`` directory: @@ -72,30 +72,30 @@ Preparation, UNIX Preparation, Windows -------------------- -#. Install, or find `Python 2.5 - `_ for your system. +#. Install, or find `Python 2.6 + `_ for your system. #. Install the latest `setuptools` into the Python you obtained/installed/found in the step above: download `ez_setup.py `_ and run it using - the ``python`` interpreter of your Python 2.5 installation using a + the ``python`` interpreter of your Python 2.6 installation using a command prompt: .. code-block:: bat - c:\> c:\Python25\python ez_setup.py + c:\> c:\Python26\python ez_setup.py #. Use that Python's `bin/easy_install` to install `virtualenv`: .. code-block:: bat - c:\> c:\Python25\Scripts\easy_install virtualenv + c:\> c:\Python26\Scripts\easy_install virtualenv #. Use that Python's virtualenv to make a workspace: .. code-block:: bat - c:\> c:\Python25\Scripts\virtualenv --no-site-packages bigfntut + c:\> c:\Python26\Scripts\virtualenv --no-site-packages bigfntut #. Switch to the ``bigfntut`` directory: -- cgit v1.2.3