Changes between Version 24 and Version 25 of InstallUbuntuSvn


Ignore:
Timestamp:
May 25, 2012, 7:22:54 PM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v24 v25  
    1212
    1313=== Pre Ubuntu 12.04 ===
    14 Also need to also install the following package
     14Also need to install the following packages
    1515
    1616{{{
    17 sudo apt-get install python-scientific
    1817sudo apt-get install python-argparse
    1918sudo apt-get install python-profiler
    2019}}}
    2120
     21Finally we need scientific python to provide netcdf
     22support. Pre 12.04 just install the package via
     23
     24{{{
     25sudo apt-get install python-scientific
     26}}}
    2227
    2328=== Ubuntu 12.04 ===
    2429
    25 We need python-scientific, but the version
    26 being shipped in 12.04 is old (version 2.8) and leads to segmentation
     30For Ubuntu 12.04 the default python-scientific is
     31the old version 2.8, and this leads to segmentation
    2732faults. So we need to install scientific python version 2.9.1 from source.
    2833
     
    4853}}}
    4954
    50 At the end  you should have a directory {{{ScientificPython-2.9.1}}}
     55You should end up with a directory {{{ScientificPython-2.9.1}}}
    5156
    5257Change into the directory and install scientific python via
     
    5661sudo python setup.py install
    5762}}}
    58 
    5963
    6064