You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: