mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
INSTALL: Remove useless mentioning of PYTHONPATH.
PYTHONPATH is not required to setup with "setup.py install --user".
This commit is contained in:
parent
4fd4e8163a
commit
eb484068dc
7
INSTALL
7
INSTALL
@ -46,12 +46,7 @@ registry file for your bot.
|
|||||||
--user' to install into your home directory. You'll now have
|
--user' to install into your home directory. You'll now have
|
||||||
a $HOME/.local/bin directory containing Supybot programs ('supybot',
|
a $HOME/.local/bin directory containing Supybot programs ('supybot',
|
||||||
'supybot-wizard', etc.) and a $HOME/.local/lib directory containing the
|
'supybot-wizard', etc.) and a $HOME/.local/lib directory containing the
|
||||||
Supybot libraries. It is also recommended that you setup a proper
|
Supybot libraries.
|
||||||
PYTHONPATH environment variable in your shell's init file.
|
|
||||||
|
|
||||||
bash -- 'export PYTHONPATH=$HOME/.local/lib/python2.x/site-packages'
|
|
||||||
|
|
||||||
(t)csh -- 'setenv PYTHONPATH $HOME/.local/lib/python2.x/site-packages'
|
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user