julia> using Pkg
julia> Pkg.add("IJulia")
Installing known registries into `~/.julia`
...
By default:
- Installs known registries into
~/.julia
- Install kernel into
~/.local/share/jupyter/kernels/julia-1.8
Is it possible to do a system install instead of local install? e.g.
/usr/.julia
/usr/local/share/jupyter/kernels/julia-1.8
I know specifying kernel path is possible from the Jupyter side: https://jupyter-client.readthedocs.io/en/latest/kernels.html#kernel-specs
But not sure if or how you can invoke this behavior from the julia shell https://julialang.github.io/IJulia.jl/stable/manual/installation/
Using Linux OS