Changes between Version 17 and Version 18 of NumpyInstall
- Timestamp:
- Jun 11, 2009, 1:46:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NumpyInstall
v17 v18 109 109 110 110 Before 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 place112 of your choice. We will assume that you unpacked the code into {{{~/ANUGA}}}.111 elsewhere, but to be brief, download the latest '''numpy''' release package and unpack it into the suggested 112 place: {{{/usr/lib/python2.5/site-packages}}}. 113 113 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: 114 Set the PYTHONPATH environment to the correct place in the installed ANUGA system. For a numpy ANUGA 115 package this would be: 117 116 {{{ 117 export PYTHONPATH=~/ANUGA/ 118 118 }}} 119 119