Open main menu

Changes

Installation mac mavericks os x

1 byte added, 17:40, 7 December 2013
= Installation =
 
== Install brew as 'linux' package manager ==
You can [http://brew.sh/ read about brew here.]<br>
In short, it is like a package manager for mac, where you will be able to get linux programs to mac.
<source lang="bash">
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
</source>
== Download a python distribution which include wxPython ==
The macosx-x86_64 installer does not include wxPython, which a lot of ETS relies on. Even though ETS supports the use of PySide as a backend, things are much less stable under Qt. Therefore, if you want to use ETS, we recommned using the 32-bit EPD on Mac OSX.
</blockquote>
 
 
== Install brew as 'linux' package manager ==
You can [http://brew.sh/ read about brew here.]<br>
In short, it is like a package manager for mac, where you will be able to get linux programs to mac.
<source lang="bash">
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
</source>