Changes between Version 15 and Version 16 of ASAPOSXInstall
- Timestamp:
- 02/07/07 13:32:38 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ASAPOSXInstall
v15 v16 2 2 3 3 ''These instructions are valid for both intel and powerpc based Macs.'' 4 5 4 6 5 7 a) http://pythonmac.org/packages/py24-fat/dmg/Universal-MacPython-2.4.3-2006-04-07.dmg … … 10 12 After the GUI install, edit (as root or sudo) 11 13 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 14 15 15 16 Replace "!WxAgg" with "!TkAgg" … … 19 20 http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg 20 21 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. 22 d) 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. 23 25 {{{ 24 tar zxf ipython-0.7. 2.tar.gz25 cd ipython-0.7. 226 tar zxf ipython-0.7.3.tar.gz 27 cd ipython-0.7.3 26 28 sudo python setup.py install 27 29 }}}