mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
INSTALL: use --user...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
f3a09ce684
commit
6f1b60c0f3
15
INSTALL
15
INSTALL
@ -41,17 +41,12 @@ registry file for your bot.
|
|||||||
|
|
||||||
Local Install
|
Local Install
|
||||||
|
|
||||||
You can install Supybot in a local directory by using the '--prefix'
|
You can install Supybot in a local directory by using the '--user'
|
||||||
option when running 'setup.py'. E.g., 'python setup.py install
|
option when running 'setup.py'. E.g., 'python setup.py install
|
||||||
--prefix=$HOME' to install into your home directory. You'll now have
|
--user' to install into your home directory. You'll now have
|
||||||
a $HOME/bin directory containing Supybot programs ('supybot',
|
a $HOME/.local/bin directory containing Supybot programs ('supybot',
|
||||||
'supybot-wizard', etc.) and a $HOME/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/lib/python2.x/site-packages'
|
|
||||||
|
|
||||||
(t)csh -- 'setenv PYTHONPATH $HOME/lib/python2.x/site-packages'
|
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user