With Julia 0.5.0 x86_64 for Linux downloaded thorugh the PPA (I am running Ubuntu 14.04 x86_64) every time I want to use the package manager - i.e. with Pkg.add() or Pkg.status() ... - it appears the following output:
INFO: Initializing package repository /home/emaballarin/.julia/v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: ReadOnlyMemoryError()
and the execution stops.
I have already tried with a clean install, with no success. The use of the official generic binaries for the same version, seems to solve the problem. The use of nightly builds does not.
After the execution of the commands, the /home/.julia folder remains empty, as it was prior to install.
@staticfloat
With Julia 0.5.0 x86_64 for Linux downloaded thorugh the PPA (I am running Ubuntu 14.04 x86_64) every time I want to use the package manager - i.e. with Pkg.add() or Pkg.status() ... - it appears the following output:
INFO: Initializing package repository /home/emaballarin/.julia/v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: ReadOnlyMemoryError()
and the execution stops.
I have already tried with a clean install, with no success. The use of the official generic binaries for the same version, seems to solve the problem. The use of nightly builds does not.
After the execution of the commands, the /home/.julia folder remains empty, as it was prior to install.
@staticfloat