mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 06:22:56 +00:00
Improve docs in setup-julia-packages.bash
This commit is contained in:
@@ -17,9 +17,9 @@ Pkg.add([
|
|||||||
Pkg.precompile();
|
Pkg.precompile();
|
||||||
'
|
'
|
||||||
|
|
||||||
# Move the kernelspec out to the system share location. Avoids
|
# Move the kernelspec out of ${HOME} to the system share location.
|
||||||
# problems with runtime UID change not taking effect properly on the
|
# Avoids problems with runtime UID change not taking effect properly
|
||||||
# .local folder in the jovyan home dir. move kernelspec out of home
|
# on the .local folder in the jovyan home dir.
|
||||||
mv "${HOME}/.local/share/jupyter/kernels/julia"* "${CONDA_DIR}/share/jupyter/kernels/"
|
mv "${HOME}/.local/share/jupyter/kernels/julia"* "${CONDA_DIR}/share/jupyter/kernels/"
|
||||||
chmod -R go+rx "${CONDA_DIR}/share/jupyter"
|
chmod -R go+rx "${CONDA_DIR}/share/jupyter"
|
||||||
rm -rf "${HOME}/.local"
|
rm -rf "${HOME}/.local"
|
||||||
|
Reference in New Issue
Block a user