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

2014-05-18 Thread Jon Norberg
Many thanks Cameron, I'll try that setup. Did I understand that you use brew to compile julia? On Friday, May 16, 2014 4:21:19 PM UTC+2, Ethan Anderes wrote: +1 for Cameron. I use the same workflow.

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

2014-05-18 Thread Cameron McBride
Hi Jon, No -- I pull julia via git on github, and compile by hand every few days. I've symlinked ~/bin/julia to the directory that I compile julia into, so julia is in my path. On 10.9, the native option is Clang, which works fine.. I've been able to dodge gcc (gnu) for all system dependencies

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

2014-05-16 Thread Jon Norberg
Hi all, I have been using julia and ijulia for a while and everything worked fine. over time I get more and more issues, trying to upgrade/reinstall etc and now I can't get it to work at all anymore. As I intend to reinstall osx anyway, I was wondering if you good people have any good setup

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

2014-05-16 Thread Cameron McBride
I am not sure if this appeals to you, but I'm happy to share my configuration. I just use the REPL and a decent editor (vim), which I'm happy with. I've been using this setup for the past couple months (mid-March). I've only had occasionally issues, but I follow HEAD so that is expected. I am

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

2014-05-16 Thread Adrian Cuthbertson
I follow an identical process to Cameron, with the same results. - Adrian. On Fri, May 16, 2014 at 3:37 PM, Cameron McBride cameron.mcbr...@gmail.comwrote: I am not sure if this appeals to you, but I'm happy to share my configuration. I just use the REPL and a decent editor (vim), which I'm

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

2014-05-16 Thread Ethan Anderes
+1 for Cameron. I use the same workflow.