Changes between Version 2 and Version 3 of ASAPOSXInstall
- Timestamp:
- 08/30/06 12:15:53 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPOSXInstall
v2 v3 18 18 19 19 d) http://ipython.scipy.org/dist/ipython-0.7.2.tar.gz 20 20 Re-login to get the new system configuration (or just start a new xterm). Othewise the old version of python is used. 21 21 {{{ 22 22 tar zxf ipython-0.7.2.tar.gz … … 25 25 }}} 26 26 27 e) run 28 {{{ 29 ipyhton -pylab 30 }}} 31 to see if everything is working. This will generate font warnings - ignore these. 32 33 f) http://www.atnf.csiro.au/pub/software/asap/2.1/asap-2.1.0b-osx_ppc.tar.bz2 34 {{{ 35 tar jxf asap-2.1.0b-osx_ppc.tar.bz2 36 cd asap-2.1.0b-osx_ppc 37 sudo ./install 38 }}} 39