[julia-users] Re: suggestion of OSX julia/ijulia setup

2014-05-28 Thread Adam Smith
There is a setting in Julia Studio's preferences, in the "Julia" category on the left, called "Path to Julia binaries". However, Julia Studio is not compatible with Julia v0.3 yet: https://github.com/forio/julia-studio/issues/212 On Wednesday, May 28, 2014 11:18:00 AM UTC-4, Jon Norberg wrote:

[julia-users] Re: suggestion of OSX julia/ijulia setup

2014-05-28 Thread Jon Norberg
Hi, and many thanks, very useful info here. How would I link this to julia studio? seems julia studio has hardcoded to look for bin/julia-basic. Any one been able to still point it to the right file successfully? On Wednesday, May 21, 2014 10:41:51 PM UTC+2, Adam Smith wrote: > > I'm on a 2012 M

Re: [julia-users] Re: suggestion of OSX julia/ijulia setup

2014-05-22 Thread Adam Smith
This shell script automates the entire process of installing the latest binary snapshot on a mac: https://gist.github.com/sunetos/d887188e1429b11fd4da Just add it to your PATH somewhere and run whenever you want the latest version. On Wednesday, May 21, 2014 6:04:30 PM UTC-4, Cameron McBride wr

Re: [julia-users] Re: suggestion of OSX julia/ijulia setup

2014-05-21 Thread Cameron McBride
On newer OSes (10.9 for example), I rarely have to do a full compile / build with Julia. The first time takes a while for all the deps, but over 9/10 times all that is needed is: - git pull - make clean - make Sometimes a "make cleanall" is required, which would be slow but was also rare (when

[julia-users] Re: suggestion of OSX julia/ijulia setup

2014-05-21 Thread Adam Smith
I'm on a 2012 Macbook Air and I run julia v0.3 nightly builds. Building Julia myself on this machine takes forever, so I just download the nightly build from http://status.julialang.org/download/osx10.7+ about once a week. I then drag it into /Applications and rename it from its commit hash ver