Changes between Version 17 and Version 18 of ASAPOSXInstall


Ignore:
Timestamp:
05/02/07 13:44:06 (17 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPOSXInstall

    v17 v18  
    2020    http://www.pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg
    2121
    22 d) http://ipython.scipy.org/dist/ipython-0.7.3.tar.gz
     22d) http://ipython.scipy.org/dist/ipython-0.8.0.tar.gz
    2323   '''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.
    2424 Re-login to get the new system configuration (or just start a new xterm). Otherwise the old version of python is  used.
    2525{{{
    26    tar zxf ipython-0.7.3.tar.gz
    27    cd ipython-0.7.3
     26   tar zxf ipython-0.8.0.tar.gz
     27   cd ipython-0.8.0
    2828   sudo python setup.py install
    2929}}}