On Jul 17, 2018, at 16:57, Jonathan Stickel wrote:
> I just started using Julia. Julia installed fine via Macports. However, any
> and all subpackages (e.g., IJulia and PyPlot) are missing from MacPorts.
> Julia has its own packaging system, so these can be added from a Julia
> interactive s
I just started using Julia. Julia installed fine via Macports. However,
any and all subpackages (e.g., IJulia and PyPlot) are missing from
MacPorts. Julia has its own packaging system, so these can be added from
a Julia interactive session, like so:
julia> Pkg.add("PyPlot")
But you have to be