Changes between Version 20 and Version 21 of ASAPOSXInstall
- Timestamp:
- 07/12/07 12:30:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPOSXInstall
v20 v21 3 3 ''These instructions are valid for both intel and powerpc based Macs.'' 4 4 5 5 Download and install the following components 6 6 7 7 a) http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg … … 10 10 11 11 c) http://www.pythonmac.org/packages/py24-fat/dmg/matplotlib-0.87.7-py2.4-macosx10.4-2006-12-12.dmg 12 After the GUI install, edit (as root or sudo) 12 13 After the GUI install, check 13 14 14 /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc15 /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc 15 16 16 Replace "!WxAgg" with "!TkAgg"17 You may have to replace "!WxAgg" with "!TkAgg" (edit as root or sudo) 17 18 18 19 Alternatively you could download: 19 20 20 http://www.pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg 21 http://www.pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg 22 23 '''NOTE''' The python installer sets up a correct environment for the current user. 24 Re-login to get the new system configuration (or just start a new xterm). Otherwise the old version of python is used. 21 25 22 26 d) http://ipython.scipy.org/dist/ipython-0.8.1.tar.gz 23 '''NOTE''' The python installer sets up a correct environment for ''bash''. If you are using ''tcsh'' you have to set the PATH to python yourself. 24 Re-login to get the new system configuration (or just start a new xterm). Otherwise the old version of python is used. 27 25 28 {{{ 26 29 tar zxf ipython-0.8.1.tar.gz … … 36 39 37 40 f) 38 * '''po pwerpc'''41 * '''powerpc''' 39 42 ftp://ftp.atnf.csiro.au/pub/software/asap/2.2/asap-2.2.0-osx_ppc.tar.bz2 40 43 {{{ … … 50 53 cd asap-2.2.0-osx_x86 51 54 sudo ./install 55 sudo asap_update_data 52 56 }}} 53 57