Thans, I did as you suggested and got the nebulous "ln: /Applications/Julia-0.2.0.app/Contents/MacOS/Julia: File exists". The issue is that iJulia seems to work with PyPlot with a few warning messages but I cannot export or save the figures/graphs that are produced inline. If I run outside of iJulia then the Canopy, Anaconda, and standard MacOs versions of python all seem to have issues playing well with PyPlot-- they all throw off an error.
On Friday, February 7, 2014 9:03:36 AM UTC-7, Isaiah wrote: > > So I typed: "ln -s /Applications/anaconda/python.app/Contents/MacOS/julia >> /Applications/Julia-0.2.0.app/Contents/MacOS/Julia " >> and got as a return: >> >> "ln: /Applications/Julia-0.2.0.app/Contents/MacOS/Julia: File exists" >> > > You need to move or remove ` /Applications/anaconda/python. > app/Contents/MacOS/julia`. You said you had moved or copied julia into > that directory before... So move that file/directory somewhere else, and > try making the link again. Then go to /Applications/anaconda/python. > app/Contents/MacOS/ and double-click on `julia`. > > > On Thu, Feb 6, 2014 at 11:54 PM, Eric Libby <[email protected]<javascript:> > > wrote: > >> So I typed: "ln -s >> /Applications/anaconda/python.app/Contents/MacOS/julia >> /Applications/Julia-0.2.0.app/Contents/MacOS/Julia " >> and got as a return: >> >> "ln: /Applications/Julia-0.2.0.app/Contents/MacOS/Julia: File exists" >> >> >> I am not sure I have done anything useful. Now what? >> >>> >>> >
