Re: Julia subpackages

2018-07-18 Thread Ryan Schmidt
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

Julia subpackages

2018-07-17 Thread Jonathan Stickel
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