How are the mac binaries of Juno built? If they're wrapping the mac dmg
Julia binaries, those include command-line git in them and shouldn't need
you to accept an xcode license to use.
On Friday, February 6, 2015 at 1:54:21 PM UTC-8, Mike Innes wrote:
>
> First, try opening a Terminal window and launching `git`. You should find
> it asks you to agree to an apple license or something similar, and after
> that Juno should work.
>
> If not, if you press `Ctrl-Space` to open the command bar, type "open
> terminal" and Enter, a plain Julia REPL should launch. From there, call
> Pkg.add("Jewel"). If it's still not working try posting any errors you get.
>
> Juno requires the Jewel.jl package, and Julia's package manager requires
> git, and OS X requires either agreeing to a license or seperate
> installation to use git. I think. The other thing to try would be looking
> up "xcode developer tools" or "xcode command line tools".
>
> On 6 February 2015 at 21:07, Joseph Cullen <[email protected]
> <javascript:>> wrote:
>
>> I am trying to install Juno+Julia on my Mac. According to the site this
>> is as easy as downloading their the juno-mac-x64.dmg and then dragging the
>> icon to the applications folder. But when lauching Juno I get this error
>> below. I have searched for solutions, but none of them seem to work. I need
>> to perfect this process as I will be having students installing Julia and
>> don't want to be inundated with questions. Is there a simple way to install
>> Juno+Julia? Thanks for your help.
>>
>> Couldn't connect to Julia
>>
>> INFO: Couldn't find Jewel package, attempting installation...
>> INFO: Installing Color v0.3.15
>>
>>
>> Agreeing to the Xcode/iOS license requires admin privileges, please
>> re-run as root via sudo.
>>
>>
>> fatal: Could not read from remote repository.
>>
>> Please make sure you have the correct access rights
>> and the repository exists.
>> -----------------------------------------------
>> We couldn't install Jewel.jl for you.
>> Try using Pkg.add("Jewel") in a Julia repl.
>> -----------------------------------------------
>>
>> ERROR: failed process: Process(`git clone -q
>> /Users/Joseph/.julia/v0.3/.cache/Color Color`, ProcessExited(128)) [128]
>> in wait at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> (repeats 2 times)
>> in wait at task.jl:48
>> in sync_end at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> in add at pkg/entry.jl:319
>> in add at pkg/entry.jl:71
>> in anonymous at pkg/dir.jl:28
>> in cd at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> in __cd#227__ at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> in add at pkg.jl:20
>> in include at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> in include_from_node1 at loading.jl:128
>> in process_options at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> in _start at
>> /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
>> while loading
>> /Applications/Juno.app/Contents/Resources/app/plugins/Julia-LT/jl/init.jl,
>> in expression starting on line 24
>>
>>
>> Close
>>
>
>