Glad you got it working. Thanks for posting the details. The same approach should work for El Capitan. A few items may need clarification/simplification for anyone who comes across this post in the future:
Under “Start by installing”
- python3.4
Python 3.4 is available from several sources (macports, homebrew, or python.org). You seem to using an Anaconda
environment. Did you start with Anaconda2 or Anaconda3 (or does it matter?). Mabe you meant:
- install Anaconda2 or Anaconda3 python (depending on whether you want to have 2.7 or 3.6 as your default version).
- configure an Anaconda python=3.4 environment for snappy
You shouldn’t need to use “sudo” to run “python setup.py bdist_wheel”, but I would think
that needs to be done using the esa_dev (python=3.4) environment.
Java has been getting regular updates on current macOS. In the .profile
file you can use:
export JDK_HOME="${JDK_HOME:-$(/usr/libexec/java_home)}"
This should automatically switch to the new Java version at login.