Changes between Version 25 and Version 26 of InstallUbuntuSvn
- Timestamp:
- May 27, 2012, 11:30:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallUbuntuSvn
v25 v26 19 19 }}} 20 20 21 === scientific python === 22 21 23 Finally we need scientific python to provide netcdf 22 support. Pre 12.04 just install the package via24 support. 23 25 24 {{{ 25 sudo apt-get install python-scientific 26 }}} 26 The default python-scientific provided by Ubuntu is 27 the old version 2.8, and this leads to segmentation 28 faults (at least on 32 bit machines). 27 29 28 === Ubuntu 12.04 === 29 30 For Ubuntu 12.04 the default python-scientific is 31 the old version 2.8, and this leads to segmentation 32 faults. So we need to install scientific python version 2.9.1 from source. 30 So we need to install scientific python version 2.9.1 from source. 33 31 34 32 First we need to install netcdf support via … … 40 38 Now get the scientific python 2.9.1 source from 41 39 42 43 40 [https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz] 44 45 41 46 42 Follow this link and the file should download to your machine. Save the file and then extract