use/install.rst: Remove the mentioning of PYTHONPATH.

It's not required with "python setup.py install --user".
This commit is contained in:
Mika Suomalainen 2012-04-01 10:37:49 +03:00
parent 0f54191c42
commit 844592f281

View File

@ -92,22 +92,6 @@ have a ``$HOME/.local/bin`` directory containing Supybot programs ('supybot',
``supybot-wizard``, etc.) and a ''$HOME/.local/lib'' directory containing the
Supybot libraries.
It is also recommended that you setup a proper PYTHONPATH environment variable
in your shell's init file (e.g., the ``~/.bashrc`` for bash, ``~/.tcshrc`` for
tcsh, etc.). This will tell python where to find the supybot python module.
For bash::
export PYTHONPATH=$HOME/.local/lib/python2.x/site-packages
For (t)csh:
.. code-block:: csh
setenv PYTHONPATH $HOME/.local/lib/python2.x/site-packages
Be sure to replace "2.x" by your Python version (probably either 2.6 or 2.7)
Configure Supybot
-----------------