You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Download Blender from the Blender download page, and copy the apps to /Applications. I used Blender 2.67a 64 bit.
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