Changes between Version 28 and Version 29 of InstallUbuntuSvn
- Timestamp:
- Jun 3, 2012, 2:04:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallUbuntuSvn
v28 v29 10 10 sudo apt-get install python-numpy 11 11 sudo apt-get install python-matplotlib 12 sudo apt-get install netcdf-bin libnetcdf-dev 12 13 }}} 13 14 … … 23 24 24 25 We use scientific python to provide netcdf 25 support .26 support in python. 26 27 27 28 The default python-scientific provided by Ubuntu is … … 30 31 31 32 So we need to install scientific python version 2.9.1 from source. 32 33 First we need to install basic netcdf support via 34 35 {{{ 36 sudo apt-get install netcdf-bin libnetcdf-dev 37 }}} 38 39 Now get the scientific python 2.9.1 source from 33 Get the scientific python 2.9.1 source from 40 34 41 35 [https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz]