public:user_software:cr-tools:installation_mac_os_x_10.6_64_bit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:cr-tools:installation_mac_os_x_10.6_64_bit [2011-10-18 16:04] Lars Bahrenpublic:user_software:cr-tools:installation_mac_os_x_10.6_64_bit [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 184: Line 184:
   sudo python setup.py install   sudo python setup.py install
  
-== Scipy == +=== Scipy ===
-Download the source code for the latest stable version of scipy [[http://sourceforge.net/projects/scipy/files/scipy/0.7.2/scipy-0.7.2.tar.gz/download|here]]. +
-Then extract and install using +
-  tar xvf scipy-0.7.2.tar.gz +
-  cd scipy-0.7.2 +
-  sudo python setup.py install+
  
-== Matplotlib ==+  - Download the source code for the latest stable version of scipy [[http://sourceforge.net/projects/scipy/files/scipy/0.7.2/scipy-0.7.2.tar.gz/download|here]]. 
 +  - Extract the tar-archive: <code bash> 
 +tar xvf scipy-0.7.2.tar.gz 
 +</code> 
 +  - Build and install Scipy: <code bash> 
 +cd scipy-0.7.2 
 +sudo python setup.py install 
 +</code> 
 + 
 +=== Matplotlib ===
  
 Compiling a 64bit version of matplotlib is a bit more involved. Compiling a 64bit version of matplotlib is a bit more involved.
  • Last modified: 2011-10-18 16:04
  • by Lars Bahren