Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install instruction for julia packages (jlpkg missing) #18

Open
teuben opened this issue Nov 23, 2019 · 1 comment
Open

install instruction for julia packages (jlpkg missing) #18

teuben opened this issue Nov 23, 2019 · 1 comment

Comments

@teuben
Copy link

teuben commented Nov 23, 2019

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.

@johnnychen94
Copy link
Contributor

I noticed this installs them in my private ~/,julia tree, not benefiting others that use the new system installed version of julia.

This is a common case for all Julia packages. You can refer to https://discourse.julialang.org/t/how-does-one-set-up-a-centralized-julia-installation/13922/10 for how to set up a centralized Julia package system; just be care about write-permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants