Open main menu

Changes

Installation mac

4 bytes added, 16:55, 8 August 2013
** Download the file labelled as '''mpi4py-1.x.x.tar.gz'''.
** Open this through the Finder to unpackage the archive into the '''~/Downloads/mpi4py-1.x.x/''' directory.
** Open a terminal and type, replacing the x's with the current version, the following to get into the correct directory: <source lang="bash">$ cd ~/Downloads/mpi4py-1.x.x </source>
** Then to be sure the correct Python version is being used, type: <source lang="bash">$ sudo /Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py install </source>
* '''SCons:''' This is required to build the relax C modules. Download the file form the [http://www.scons.org/download.php SCons download site].
** Download the file called '''scons-2.x.x.tar.gz'''.
** Open this through the Finder to unpackage the archive into the '''~/Downloads/scons-2.x.x/''' directory.
** Open a terminal and type, replacing the x's with the current version, the following to get into the correct directory: <source lang="bash">$ cd ~/Downloads/scons-1.x.x </source>
** Then to be sure the correct Python version is being used, type: <source lang="bash">$ sudo /Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py install</source>
** This will install scons into '''/usr/local/bin/scons'''.
Trusted, Bureaucrats
4,223

edits