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