Changes between Version 15 and Version 16 of ASAPOSXInstall


Ignore:
Timestamp:
02/07/07 13:32:38 (17 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPOSXInstall

    v15 v16  
    22
    33''These instructions are valid for both intel and powerpc based Macs.''
     4
     5
    46
    57a) http://pythonmac.org/packages/py24-fat/dmg/Universal-MacPython-2.4.3-2006-04-07.dmg
     
    1012   After the GUI install, edit (as root or sudo)
    1113
    12    /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/ma
    13 tplotlib/mpl-data/matplotlibrc
     14   /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc
    1415
    1516   Replace "!WxAgg" with "!TkAgg"
     
    1920   http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg
    2021
    21 d) http://ipython.scipy.org/dist/ipython-0.7.2.tar.gz
    22  Re-login to get the new system configuration (or just start a new xterm). Othewise the old version of python is  used.
     22d) http://ipython.scipy.org/dist/ipython-0.7.3.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.
    2325{{{
    24    tar zxf ipython-0.7.2.tar.gz
    25    cd ipython-0.7.2
     26   tar zxf ipython-0.7.3.tar.gz
     27   cd ipython-0.7.3
    2628   sudo python setup.py install
    2729}}}