From eb484068dc8a9153139bd641d384db5b498c00b4 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 1 Apr 2012 10:29:41 +0300 Subject: [PATCH] INSTALL: Remove useless mentioning of PYTHONPATH. PYTHONPATH is not required to setup with "setup.py install --user". --- INSTALL | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 4395107bf..551f9d9f4 100644 --- a/INSTALL +++ b/INSTALL @@ -46,12 +46,7 @@ registry file for your bot. --user' to install into your home directory. You'll now 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. - - bash -- 'export PYTHONPATH=$HOME/.local/lib/python2.x/site-packages' - - (t)csh -- 'setenv PYTHONPATH $HOME/.local/lib/python2.x/site-packages' + Supybot libraries. Windows