Closed blairdrummond closed 4 weeks ago
The permission issue seems to be resolved, but theres a different issue
julia
]
](https://docs.julialang.org/en/v1/stdlib/Pkg/)add Example
Result is
(@v1.9) pkg> add Example
Resolving package versions...
Installed Example ─ v0.5.3
Updating `/opt/julia/environments/v1.9/Project.toml`
[7876af07] + Example v0.5.3
Updating `/opt/julia/environments/v1.9/Manifest.toml`
[7876af07] + Example v0.5.3
Killed
So it just gets killed somewhere
To Verify
Works:
(@v1.10) pkg> (base) jovyan@sy-0:~$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.10.4 (2024-06-04)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.10) pkg> add Example
Resolving package versions...
Installed Example ─ v0.5.5
Updating `/opt/julia/environments/v1.10/Project.toml`
[7876af07] + Example v0.5.5
Updating `/opt/julia/environments/v1.10/Manifest.toml`
[7876af07] + Example v0.5.5
Precompiling project...
1 dependency successfully precompiled in 1 seconds. 76 already precompiled.
I think some stuff needs to get chowned or something