Changes between Version 17 and Version 18 of NumpyInstall


Ignore:
Timestamp:
Jun 11, 2009, 1:46:23 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumpyInstall

    v17 v18  
    109109
    110110Before testing, you must have installed the ANUGA system.  How to get the source code is documented
    111 elsewhere, but to be brief, download the latest '''numpy''' release package and unpack it into a place
    112 of your choice.  We will assume that you unpacked the code into {{{~/ANUGA}}}.
     111elsewhere, but to be brief, download the latest '''numpy''' release package and unpack it into the suggested
     112place: {{{/usr/lib/python2.5/site-packages}}}.
    113113
    114 
    115 and set the PYTHONPATH environment to the correct
    116 place in the installed ANUGA system.  Before the transfer of numpy code to the main branch, this was:
     114Set the PYTHONPATH environment to the correct place in the installed ANUGA system.  For a numpy ANUGA
     115package this would be:
    117116{{{
     117export PYTHONPATH=~/ANUGA/
    118118}}}
    119119