Changes between Version 17 and Version 18 of ASAPOSXInstall
- Timestamp:
- 05/02/07 13:44:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPOSXInstall
v17 v18 20 20 http://www.pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg 21 21 22 d) http://ipython.scipy.org/dist/ipython-0. 7.3.tar.gz22 d) http://ipython.scipy.org/dist/ipython-0.8.0.tar.gz 23 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 24 Re-login to get the new system configuration (or just start a new xterm). Otherwise the old version of python is used. 25 25 {{{ 26 tar zxf ipython-0. 7.3.tar.gz27 cd ipython-0. 7.326 tar zxf ipython-0.8.0.tar.gz 27 cd ipython-0.8.0 28 28 sudo python setup.py install 29 29 }}}