Changes between Version 28 and Version 29 of InstallUbuntuSvn


Ignore:
Timestamp:
Jun 3, 2012, 2:04:08 PM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v28 v29  
    1010sudo apt-get install python-numpy
    1111sudo apt-get install python-matplotlib
     12sudo apt-get install netcdf-bin libnetcdf-dev
    1213}}}
    1314
     
    2324
    2425We use scientific python to provide netcdf
    25 support.
     26support in python.
    2627
    2728The default python-scientific provided by Ubuntu is
     
    3031
    3132So 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
     33Get the scientific python 2.9.1 source from
    4034
    4135[https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz]