mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-01-13 14:12:33 +01:00
Merge pull request #2 from Mkaysi/master
Remove the mentioning of PYTHONPATH.
This commit is contained in:
commit
6aaeccfdc1
@ -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