-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Pkg3: system depot can't live under /usr/julia #6
Comments
I originally had it under |
@nalimilan: I changed these to be under |
I'd rather say symlinks from |
Do you want to suggest some wording to that effect to go somewhere in that section? |
Maybe this: change standard depot path to Finally, maybe just mention under the bullet for the |
Just as an additional data point: if I'm not mistaken, |
Everything I wrote is only valid for Linux. I have no idea what happens on Mac. Anyway, the standard depot should probably be installed at the same place as Julia itself. |
The
/usr
directory cannot contain application-specific directories. Also, things under/usr
should generally be managed exclusively by distro package managers. So a better place (according to the FHS) would be/usr/local/share/julia
for architecture-independent files (like sources), and/usr/local/lib/julia
for binaries.The text was updated successfully, but these errors were encountered: