Changes between Initial Version and Version 1 of InstallOsxSnowLeopard
- Timestamp:
- 05/07/10 09:25:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallOsxSnowLeopard
v1 v1 1 = Installation = 2 3 Note this is for the default apple proved version of python! It will not work with any other version. 4 5 Get the latest release: 6 7 {{{ 8 curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.0-osx-10.6-universal-python2.6.tar.bz2 9 }}} 10 11 Unpack and follow the instructions in the README file 12 {{{ 13 tar jxf asap-3.0.0-osx-10.6-universal-python2.6.tar.bz2 14 cd asap-3.0.0-osx-10.6-universal-python2.6 15 less README 16 }}}