Changes between Version 20 and Version 21 of ASAPOSXInstall


Ignore:
Timestamp:
07/12/07 12:30:30 (17 years ago)
Author:
ChrisPhillips
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPOSXInstall

    v20 v21  
    33''These instructions are valid for both intel and powerpc based Macs.''
    44
    5 
     5Download and install the following components
    66
    77a) http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg
     
    1010
    1111c) 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
    1314
    14    /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc
     15    /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc
    1516
    16    Replace "!WxAgg" with "!TkAgg"
     17 You may have to replace "!WxAgg" with "!TkAgg" (edit as root or sudo)
    1718
    18     Alternatively you could download:
     19 Alternatively you could download:
    1920
    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.
     24Re-login to get the new system configuration (or just start a new xterm). Otherwise the old version of python is  used.
    2125
    2226d) 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   
    2528{{{
    2629   tar zxf ipython-0.8.1.tar.gz
     
    3639
    3740f)
    38  * '''popwerpc'''
     41 * '''powerpc'''
    3942   ftp://ftp.atnf.csiro.au/pub/software/asap/2.2/asap-2.2.0-osx_ppc.tar.bz2
    4043{{{
     
    5053   cd asap-2.2.0-osx_x86
    5154   sudo ./install
     55   sudo asap_update_data
    5256}}}
    5357