]> granicus.if.org Git - python/commitdiff
Merge from DS_RPC_BRANCH
authorKurt B. Kaiser <kbk@shore.net>
Thu, 12 Sep 2002 20:55:43 +0000 (20:55 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 12 Sep 2002 20:55:43 +0000 (20:55 +0000)
Modified Files:
  INSTALL.txt

Lib/idlelib/INSTALL.txt

index fcf42e129b48e0fbb1443170f5b97f862d9b7e64..ac05a0a70e446b3c4475c5e04e84ed500dfe2f6d 100644 (file)
@@ -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