How to set JAVA_HOME environment variable on Mac OS X 10.9?
I just purchased a brand new MacBook Pro. This is my first MAC ever and I’m still trying to get the hang of … Read more
I just purchased a brand new MacBook Pro. This is my first MAC ever and I’m still trying to get the hang of … Read more
I’m trying to install libv8 3.16.14.3 but getting an error on OSX Mavericks using latest stable rvm and ruby-1.9.3-p125. This is the output … Read more
I installed Mac OS X Mavericks (10.9) yesterday and since then I am not able to start my Eclipse. I am attaching a … Read more
I am trying to install cocoapods to my MacBook Pro running with OSX 10.9.1 (new Mavericks) and after type gem install cocoapods I … Read more
I get the following error when attempting to install psycopg2 via pip on Mavericks 10.9: clang: error: unknown argument: ‘-mno-fused-madd’ [-Wunused-command-line-argument-hard-error-in-future] Not sure … Read more
I have problems with my macport after update to OS X 10.9. I try to follow this manual https://trac.macports.org/wiki/Migration to fix them. But … Read more
If you’re using bash, all you have to do is: echo export “JAVA_HOME=\$(/usr/libexec/java_home)” >> ~/.bash_profile If you’re using zsh (which probably means you’re … Read more