I was able to successfully install Julia on my OS and I wanted to also access IJulia. This is from a Julia version 0.5.0 terminal.
when I entered Pkg.add("IJulia")
I received the following error:
INFO: Installing miniconda ...
/Users/.../.julia/v0.5/Conda/deps/usr/installer.sh: line 1: syntax error near unexpected token `newline'
/Users/.../.julia/v0.5/Conda/deps/usr/installer.sh: line 1: `<html>'
How do I mitigate this error? Is there another way to install a Julia Kernel on Jupyter?