Changes between Version 5 and Version 6 of NumpyInstall


Ignore:
Timestamp:
Jun 11, 2009, 1:14:39 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumpyInstall

    v5 v6  
    2020g++
    2121python-psyco
     22python-numpy
    2223}}}
    2324
     
    2829and so on.
    2930
    30 install numpy:
    31     sudo apt-get install python-numpy
    32 
    33 install NetCDF4:
    34     tar xzf netcdf.tar.gz
    35     cd netcdf-4.0.1
    36     ./configure
    37     make check                                  # OK
    38     sudo make install
    39     cd
     31Next, you need to install NetCDF 4.0.1 from the source package:
     32{{{
     33tar xzf netcdf.tar.gz
     34cd netcdf-4.0.1
     35./configure
     36make check
     37sudo make install
     38}}}
    4039
    4140install ScientificPython using numpy: