Changes between Version 25 and Version 26 of InstallUbuntuSvn


Ignore:
Timestamp:
May 27, 2012, 11:30:20 PM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v25 v26  
    1919}}}
    2020
     21=== scientific python ===
     22
    2123Finally we need scientific python to provide netcdf
    22 support. Pre 12.04 just install the package via
     24support.
    2325
    24 {{{
    25 sudo apt-get install python-scientific
    26 }}}
     26The default python-scientific provided by Ubuntu is
     27the old version 2.8, and this leads to segmentation
     28faults (at least on 32 bit machines). 
    2729
    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.
     30So we need to install scientific python version 2.9.1 from source.
    3331
    3432First we need to install netcdf support via
     
    4038Now get the scientific python 2.9.1 source from
    4139
    42 
    4340[https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz]
    44 
    4541
    4642Follow this link and the file should download to your machine. Save the file and then extract