I think I have the same issue (in Yosemite). I can't process the Pkg.update():
*_** _ **_**(_)**_** | A fresh approach to technical computing* *(_)** | **(_)* *(_)** | Documentation: http://docs.julialang.org* * _ _ _| |_ __ _ | Type "help()" for help.* * | | | | | | |/ _` | |* * | | |_| | | | (_| | | Version 0.3.5 (2015-01-08 22:33 UTC)* * _/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release* *|__/ | x86_64-apple-darwin13.4.0* *julia> **Pkg.update()* *INFO: Updating METADATA...* *ERROR: failed process: Process(`git --git-dir=/Users/ericshain/.julia/.cache/Stats merge-base 78f5810a78fa8bee684137d703d21eca3b1d8c78 8208e29af9f80ef633e50884ffb17cb25a9f5113`, ProcessExited(1)) [1]* * in readbytes at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in readchomp at pkg/git.jl:24* * in installed_version at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in installed at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in update at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in anonymous at pkg/dir.jl:28* * in cd at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in __cd#227__ at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* * in update at /Applications/Julia-0.3.5.app/Contents/Resources/julia/lib/julia/sys.dylib* Git seems to work fine on my Mac. Eric On Saturday, February 7, 2015 at 12:54:14 PM UTC-6, Jeremy Cavanagh wrote: > > > Hi Joseph, > > I'm no expert, but, I managed to install Juno on Mac OS X 10.9 with no > problem. Have you tried installing Julia first then Juno. If you and your > students are working on Apple Macs I would recommend installing Julia via > Homebrew because it then becomes easier to maintain any available updates. > > An alternative approach is to install LightTable (after Julia) and then > add the Juno package from within LightTable. Also, don't forget to run > Pkg.update() from the Julia repl before running LightTable. This is the > method I use on linux and Mac because there was a problem with Juno for me > on linux. I think it was because they do not provide a fedora version or a > generic linux binary. The only difference between Juno and LightTable is at > the start up but essentially they are exactly the same. This approach is > also more flexible since it works on all flavours of linux, OS X and > Windows. > > I hope this is of some help, good luck. > > >
