Changes between Version 4 and Version 5 of InstallOsxLeopard


Ignore:
Timestamp:
02/18/09 16:10:10 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallOsxLeopard

    v4 v5  
    33Note that only intel based Macs are supported at this stage.
    44
    5  1) python - {{{ curl -O http://python.org/ftp/python/2.5.4/python-2.5.4-macosx.dmg }}}, open disk image and install. In a terminal run {{{ python -V }}}, which sould return {{{ Python 2.5.4 }}}.  If not log out and log back in.
     5 1) python -
     6{{{      curl -O http://python.org/ftp/python/2.5.4/python-2.5.4-macosx.dmg
     7}}}
     8    the open disk image and install. In a terminal run {{{ python -V }}}, which sould return {{{ Python 2.5.4 }}}.  If not log out and log back in.
    69 
    7  2) setuptools - {{{ curl -O http://peak.telecommunity.com/dist/ez_setup.py && python ez_setup.py}}}
     10 2) setuptools -
     11{{{
     12         curl -O http://peak.telecommunity.com/dist/ez_setup.py && python ez_setup.py
     13}}}
    814
    9  3) ipython - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/ipython-0.9.1-py2.5.egg }}}
     15 3) ipython -
     16{{{
     17         easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/ipython-0.9.1-py2.5.egg
     18}}}
    1019
    11  4) numpy - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/numpy-1.2.1-py2.5-macosx-10.3-i386.egg }}}
     20 4) numpy -
     21{{{
     22         easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/numpy-1.2.1-py2.5-macosx-10.3-i386.egg
     23}}}
    1224
    13  5) matplotlib -  {{{ curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/matplotlib-0.98.5.2-py2.5-mpkg.zip}}}, unzip and install
     25 5) matplotlib - 
     26{{{
     27         curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/matplotlib-0.98.5.2-py2.5-mpkg.zip
     28}}}
     29    then  unzip and install
    1430
    1531 6) asap -
    16 {{{      curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/2.3/asap-2.3.0-osx-10.5-x86.tar.bz2
     32{{{
     33         curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/2.3/asap-2.3.0-osx-10.5-x86.tar.bz2
    1734         tar jxf asap-2.3.0-osx-10.5-x86.tar.bz2
    1835         cd asap-2.3.0-osx-10.5-x86