[Idle-dev] CVS: idle INSTALL.txt,1.1,1.2
Kurt B. Kaiser
kbk@users.sourceforge.net
Thu, 12 Sep 2002 13:55:45 -0700
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv29183
Modified Files:
INSTALL.txt
Log Message:
Merge from DS_RPC_BRANCH
Modified Files:
INSTALL.txt
Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/INSTALL.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INSTALL.txt 21 Jul 2001 09:50:55 -0000 1.1
--- INSTALL.txt 12 Sep 2002 20:55:43 -0000 1.2
***************
*** 46,55 ****
# python setup.py install
! # echo "idle" > /usr/local/lib/pythonX.X/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).
# exit from root
--- 46,55 ----
# python setup.py install
! # 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). (Replace X.X with the correct version for your Python.)
# exit from root