[Idle-dev] CVS: idle INSTALL.txt,1.1,1.1.2.1

Kurt B. Kaiser kbk@users.sourceforge.net
Wed, 05 Jun 2002 15:09:12 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv7226

Modified Files:
      Tag: DS_RPC_BRANCH
	INSTALL.txt 
Log Message:
Specify correct directory; append rather than overwrite


Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/INSTALL.txt,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** INSTALL.txt	21 Jul 2001 09:50:55 -0000	1.1
--- INSTALL.txt	5 Jun 2002 22:09:10 -0000	1.1.2.1
***************
*** 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