INSTALL: Use python2.x/Python2x when referring to the version.

Use explicit numbers actually does confuse some people.  Hopefully the x will
make it easier for them to realize they should use whatever number corresponds
to the version they have installed.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-18 00:18:02 -04:00
parent c03504b906
commit 2e8a2238c1
1 changed files with 8 additions and 8 deletions

16
INSTALL
View File

@ -18,12 +18,12 @@ running. We've split this document up to address the different
methods, so find the section for your operating system and continue methods, so find the section for your operating system and continue
from there. from there.
UNIX/Linux/*BSD UNIX/Linux/BSD
If you're installing Python using your distributor's packages, you may If you're installing Python using your distributor's packages, you may
need a python-dev package installed, too. If you don't have a need a python-dev package installed, too. If you don't have a
'/usr/lib/python2.4/distutils' directory or '/usr/lib/python2.x/distutils' directory or
'/usr/lib/python2.4/config/Makefile' (assuming '/usr/lib/python2.4' is '/usr/lib/python2.x/config/Makefile' (assuming '/usr/lib/python2.x' is
where your Python libs are installed), then you will need a python-dev where your Python libs are installed), then you will need a python-dev
package. package.
@ -49,9 +49,9 @@ registry file for your bot.
Supybot libraries. It is also recommended that you setup a proper Supybot libraries. It is also recommended that you setup a proper
PYTHONPATH environment variable in your shell's init file. PYTHONPATH environment variable in your shell's init file.
bash -- 'export PYTHONPATH=$HOME/lib/python2.4/site-packages' bash -- 'export PYTHONPATH=$HOME/lib/python2.x/site-packages'
(t)csh -- 'setenv PYTHONPATH $HOME/lib/python2.4/site-packages' (t)csh -- 'setenv PYTHONPATH $HOME/lib/python2.x/site-packages'
Windows Windows
@ -68,15 +68,15 @@ Python's directory to your path. If you installed Python using the
default settings, you would then do the following in the command prompt default settings, you would then do the following in the command prompt
(otherwise change the path to match your settings):: (otherwise change the path to match your settings)::
set PATH=C:\Python24\;%PATH% set PATH=C:\Python2x\;%PATH%
You should now be able to type 'python' to start the Python You should now be able to type 'python' to start the Python
interpreter. Exit by pressing CTRL-Z and then Return. Now that that's interpreter. Exit by pressing CTRL-Z and then Return. Now that that's
setup, you'll want to cd into the directory that was created when you setup, you'll want to cd into the directory that was created when you
unzipped Supybot; I'll assume you unzipped it to 'C:\Supybot' for these unzipped Supybot; I'll assume you unzipped it to 'C:\Supybot' for these
instructions. From 'C:\Supybot', run 'python setup.py install'. This instructions. From 'C:\Supybot', run 'python setup.py install'. This
will install Supybot under 'C:\Python24\'. You will now have several new will install Supybot under 'C:\Python2x\'. You will now have several new
programs installed in 'C:\Python24\Scripts\'. The two that might be of programs installed in 'C:\Python2x\Scripts\'. The two that might be of
particular interest to you, the new user, are 'supybot' and 'supybot-wizard'. particular interest to you, the new user, are 'supybot' and 'supybot-wizard'.
The former, 'supybot', is the script to run an actual bot; the latter, The former, 'supybot', is the script to run an actual bot; the latter,
'supybot-wizard', is an in-depth wizard that provides a nice user interface for 'supybot-wizard', is an in-depth wizard that provides a nice user interface for