Changes between Version 36 and Version 37 of InstallUbuntuSvn


Ignore:
Timestamp:
Dec 15, 2012, 6:45:59 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v36 v37  
    2727
    2828So we need to install scientific python version 2.9.1 from source.
    29 Get Scientific python 2.9.1 source from
     29Get Scientific python 2.9.1 source.
    3030
    31 [https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz]
     31{{{
     32wget https://sourcesup.renater.fr/frs/download.php/3420/ScientificPython-2.9.1.tar.gz .
     33}}}
    3234
    33 Follow this link and the file should download to your machine. Save the file and then extract
    34 it to your Downloads directory.
    3535
    36 You may need to manually extract via the tar command, i.e.
     36You will need to manually extract via the tar command, i.e.
    3737
    3838{{{