mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 04:29:32 +01:00
use/install.rst: Remove the mentioning of PYTHONPATH.
It's not required with "python setup.py install --user".
This commit is contained in:
parent
0f54191c42
commit
844592f281
@ -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
|
||||
-----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user