Changes between Version 9 and Version 10 of MacBuild
- Timestamp:
- Jan 30, 2012 4:00:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v9 v10 19 19 }}} 20 20 21 - Build matplotlib:[[BR]]21 - Build and install matplotlib:[[BR]] 22 22 {{{ 23 23 make -f make.osx PREFIX=$HOME/.local PYVERSION=2.6 fetch deps mpl_install … … 25 25 26 26 == Install Scipy 0.10.0 == 27 In progress...28 27 29 - Get the scipy code from here: [http://sourceforge.net/projects/scipy/files/scipy/0.10.0/scipy-0.10.0.tar.gz/downlo 28 - Get the scipy code from here: [http://sourceforge.net/projects/scipy/files/scipy/0.10.0/scipy-0.10.0.tar.gz/download/] 29 30 30 - Create this following symbolic link (might vary slightly): 31 31 {{{ … … 33 33 }}} 34 34 35 - Build and install scipy:[[BR]] 36 {{{ 37 python2.6 setup.py install --user 38 }}}