Changes between Version 4 and Version 5 of InstallOsxLeopard
- Timestamp:
- 02/18/09 16:10:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallOsxLeopard
v4 v5 3 3 Note that only intel based Macs are supported at this stage. 4 4 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. 6 9 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 }}} 8 14 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 }}} 10 19 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 }}} 12 24 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 14 30 15 31 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 17 34 tar jxf asap-2.3.0-osx-10.5-x86.tar.bz2 18 35 cd asap-2.3.0-osx-10.5-x86