[Subversion] / PEAK / INSTALL.txt  

Diff of /PEAK/INSTALL.txt

Parent Directory | Revision Log

version 1215, Fri Jun 27 18:43:34 2003 UTC version 1238, Thu Jul 10 19:24:50 2003 UTC
Line 39 
Line 39 
   
   (Note: for the Win32 installer release, just run the .exe file.)    (Note: for the Win32 installer release, just run the .exe file.)
   
  SCRIPTS   SCRIPTS, BATCH FILES, AND '#!'
   
   PEAK installs a Python script named 'peak'.  'peak' is an application    PEAK installs a Python script named 'peak'.  'peak' is an application
   bootstrap script that can invoke any object that is referenceable via    bootstrap script that can invoke any object that is referenceable via
Line 80 
Line 80 
   
   
   
     The interpretation of '#!' lines is highly OS-dependent.  Some operating
     systems limit the length of '#!' lines to 32, 80, 127, or 255 characters.
     Some operating systems require a space after '#!', and or require the path
     that follows to be absolute.  Some operating systems will search the 'PATH'
     environment variable for the specified interpreter, others will not.  When
     creating programs that use '#!' lines, or using such programs written by
     others, be sure to adjust the line as appropriate for your operating system.
     For more information on this subject, you can visit the
     "shebang site":http://homepages.cwi.nl/~aeb/std/shebang/, which lists useful
     '#!' line information for various operating systems.
   
     Note that Windows does not support '#!' lines at all, so programs that use
     them must be run using batch files when run on Windows, unless you have a
     Unix-like shell available (e.g. Cygwin).
   
   
  TESTING YOUR INSTALLATION   TESTING YOUR INSTALLATION
   
   PEAK comes with a moderately-sized built-in test suite.  If you wish to    PEAK comes with a moderately-sized built-in test suite.  If you wish to
Line 105 
Line 121 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
  THIRD PARTY SOFTWARE INCLUDED WITH PEAK   THIRD PARTY SOFTWARE INCLUDED WITH PEAK
   
   Aaron Watters' 'kjbuckets' Module    Aaron Watters' 'kjbuckets' Module


Generate output suitable for use with a patch program
Legend:
Removed from v.1215  
changed lines
  Added in v.1238

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help