summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-09-12 20:55:43 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-09-12 20:55:43 (GMT)
commit9c89da277d60694c0bce2a74aa4983f8848da483 (patch)
tree67882ba1096e49d54c709e2b5eb79f265016d74f
parenta39a445c9b1b209c7bda9cb7e50136368adf9f66 (diff)
downloadcpython-9c89da277d60694c0bce2a74aa4983f8848da483.zip
cpython-9c89da277d60694c0bce2a74aa4983f8848da483.tar.gz
cpython-9c89da277d60694c0bce2a74aa4983f8848da483.tar.bz2
Merge from DS_RPC_BRANCH
Modified Files: INSTALL.txt
-rw-r--r--Lib/idlelib/INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/INSTALL.txt b/Lib/idlelib/INSTALL.txt
index fcf42e1..ac05a0a 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