Skip to content

MORSE on OSX using Homebrew

Nick Hawes edited this page May 22, 2013 · 12 revisions

Tonight I installed and ran MORSE (up to the first tutorial at least) under OSX. This was done using Homebrew. The steps I took were as follows

  1. Download Blender from the Blender download page, and copy the apps to /Applications. I used Blender 2.67a 64 bit.

  2. As that Blender uses Python 3.3.0 you need to install the exact matching version for your system. I did this using Homebrew. You have to go through some extra steps as the current version of Python is 3.3.1. The hash for the checkout command comes from brew versions python3.

cd /usr/local
git checkout 864e9f1 /usr/local/Library/Formula/python3.rb
brew install python3
Clone this wiki locally