-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
packagesPackage management and loadingPackage management and loading
Description
In my computer, using a package gives me this SystemError (denied permission).
I need to run sudo julia
in order to use packages... Is there a way to solve this? Can *.ji
be created with less restrictions?
julia> using Compat
ERROR: SystemError: opening file /home/dzea/.julia/lib/v0.4/Compat.ji: Permiso denegado
in open at ./iostream.jl:90
in open at iostream.jl:102
in stale_cachefile at loading.jl:383
in recompile_stale at loading.jl:418
in _require_from_serialized at loading.jl:83
in _require_from_serialized at ./loading.jl:109
in require at ./loading.jl:186
julia> versioninfo()
Julia Version 0.4.0-dev+7044
Commit 706cad1 (2015-08-27 21:32 UTC)
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
WORD_SIZE: 64
BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: liblapack.so.3
LIBM: libopenlibm
LLVM: libLLVM-3.3
Metadata
Metadata
Assignees
Labels
packagesPackage management and loadingPackage management and loading