install instruction for julia packages (jlpkg missing) #18
Open
Description
my julia didn't come with jlpkg, so I could not issue the
jlpkg --project=@. add $(cat REQUIRE | grep -v julia)
command. Yes, I know, I can also install jlpkg...
For those not immediately famliar with with julia's internal (REPL) method, do:
using Pkg
Pkg.add("Colors")
(and all other packages listed in the REQUIRE file.
I'm not a julia expert yet, but I noticed this installs them in my private ~/,julia tree, not benefiting others that use the new system installed version of julia.
Metadata
Assignees
Labels
No labels