From: Kurt B. Kaiser Date: Thu, 12 Sep 2002 20:55:43 +0000 (+0000) Subject: Merge from DS_RPC_BRANCH X-Git-Tag: v2.3c1~4101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c89da277d60694c0bce2a74aa4983f8848da483;p=thirdparty%2FPython%2Fcpython.git Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt --- diff --git a/Lib/idlelib/INSTALL.txt b/Lib/idlelib/INSTALL.txt index fcf42e129b48..ac05a0a70e44 100644 --- a/Lib/idlelib/INSTALL.txt +++ b/Lib/idlelib/INSTALL.txt @@ -45,12 +45,12 @@ step on "official" idle. # python setup.py install -# echo "idle" > /usr/local/lib/pythonX.X/site-packages.pth +# echo idlelib >> /usr/local/lib/pythonX.X/site-packages/site-packages.pth This last is necessary so idle can find itself. I hope we can create/append this file via setup.py at some point, but it needs to be done manually now, and it only needs to be done once (unless you totally remove and reinstall python -itself). +itself). (Replace X.X with the correct version for your Python.) # exit from root