Installing Python
Note on installing python and other related packages.
Suggestions are welcome
Warning: you can’t really copy past from this as the quote (“) and (–) don’t copy-past right. I will be trying to fix this.
Python 2.7:
- http://code.python.org/hg/trunk/archive/tip.zip (currently trunk is 2.7)
- ./configure –with-universal-archs=64-bit –enable-universalsdk=/Developer/SDKs/MacOSX10.5.sdk –enable-framework (option –with-framework-name=NAME)
- make
- make install
virtualenv: TODO
numscon: Needed to build numpy and scipy
- git clone http://github.com/cournape/numscons.git
- py27 setup.py build
- py27 setup.py install
nose: Needed to run numpy.test()
for py3 http://python-nose.googlecode.com/svn/branches/
- hg clone https://python-nose.googlecode.com/hg/ python-nose
- py27 setup.py build
- py27 setup.py install
Numpy 2.0.0 dev: ( should learn more about numscon)
- LDFLAGS=”-arch x86_64″ FFLAGS=”-arch x86_64″ py27 setupscons.py scons
- LDFLAGS=”-arch x86_64″ FFLAGS=”-arch x86_64″ py27 setupscons.py scons install
Scipy: ’0.8.0b1′
- LDFLAGS=”-arch x86_64″ FFLAGS=”-arch x86_64″ py27 setupscons.py scons
- LDFLAGS=”-arch x86_64″ FFLAGS=”-arch x86_64″ py27 setupscons.py scons install
StatsModels:
- bzr clone lp:statsmodels
- py27 setup.py build
- py27 setup.py install
setuptools:
- http://pypi.python.org/pypi/setuptools#files
hdf5: TODO
h5py: I have yet to get this to work, TODO
Larry array:
- http://github.com/kwgoodman/la.git
- py27 setup.py build
- py27 setup.py install