Changes between Version 3 and Version 4 of NumpyUbuntuTest
- Timestamp:
- Jun 19, 2009, 3:44:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NumpyUbuntuTest
v3 v4 4 4 elsewhere, but to be brief, you can either download the latest '''numpy''' release package and unpack 5 5 it into the installed python '''site-packages''' directory ({{{/usr/lib/python2.5/site-packages?}}}), 6 or you can get the numpy source tree through subversion. 6 or you can get the numpy source tree through subversion. Follow the test and validation procedures in 7 the current installation guide if you get the release package. 7 8 8 9 If you get the numpy ANUGA system through subversion, you will probably download the {{{branches/numpy}}} … … 12 13 cd ~/ANUGA 13 14 svn co https://datamining.anu.edu.au/svn/ga/branches/numpy 14 svn co https://datamining.anu.edu.au/svn/ga/branches/numpy_anuga_validation # need to validate ANUGA15 svn co https://datamining.anu.edu.au/svn/ga/branches/numpy_anuga_validation # needed to validate ANUGA 15 16 export PYTHONPATH=~/ANUGA/numpy 16 17 }}}