Julia: Permission of precompiled files

Created on 9 Feb 2018  路  1Comment  路  Source: JuliaLang/julia

Hello.
I installed julia packages with root privileges at /opt/julia by setting JULIA_PKGDIR=/opt/julia. Permission of the directory is 755.

I executed using PackageName as root after installing packages. However, default permissions of the files in /opt/julia/lib/v-0.x is 600. So I have to change these to 644 manually if I want to use packeges as non-root user. Permissions of other files that in /opt/julia/v-0.x is 644.

bug precompile

Most helpful comment

I suspect what we should do here is match the permissions of the package from which we precompiled.

>All comments

I suspect what we should do here is match the permissions of the package from which we precompiled.

Was this page helpful?
0 / 5 - 0 ratings