Is the path you’ve set:
[:app :lt.objs.langs.julia/julia-path "/Applications/Julia-0.3.3.app/Contents/MacOS/Julia"] a folder or is it the actual julia executable? From the install guide <http://junolab.org/docs/installing.html> the path should be the executable rather than the Julia folder. I’m not too sure about the OSX directory structure though. — Mike On Tuesday, 16 December 2014 02:49:34 UTC+2, Eric Forgy wrote: > > Hi Mike, > > Thanks for the help. Here is the contents of my user.behaviors: > > [:app :lt.objs.style/set-skin "dark"] > [:app :lt.objs.plugins/load-js "user_compiled.js"] > [:app :lt.objs.langs.julia/julia-path > "/Applications/Julia-0.3.3.app/Contents/MacOS/Julia"] > > ;; The editor tag is applied to all editors > [:editor :lt.objs.editor/no-wrap] > [:editor :lt.objs.style/set-theme "june-night"] > > ;; Here we can add behaviors to just clojure editors > [:editor.clojure :lt.plugins.clojure/print-length 1000] > > ;; Behaviors specific to a user-defined object > [:user.hello :lt.plugins.user/on-close-destroy] > > ;; To subtract a behavior, prefix the name with '-' e.g. > ;; [:app :-lt.objs.intro/show-intro] > ] > > > Here is the out from versioninfo(): > > > - *julia> **versioninfo()* > - Julia Version 0.3.3 > - Commit b24213b* (2014-11-23 20:19 UTC) > - Platform Info: > - System: Darwin (x86_64-apple-darwin13.3.0) > - CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz > - WORD_SIZE: 64 > - BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Haswell) > - LAPACK: libopenblas > - LIBM: libopenlibm > - LLVM: libLLVM-3.3 > > Thanks again, > Eric > > >
