Skip to content

Commit 12a6055

Browse files
committed
set syslinks for jupyter to prevent issues
1 parent 637f9a1 commit 12a6055

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/jupyternotebook-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ $STD uv venv /opt/jupyter/.venv
2222
$STD /opt/jupyter/.venv/bin/python -m ensurepip --upgrade
2323
$STD /opt/jupyter/.venv/bin/python -m pip install --upgrade pip
2424
$STD /opt/jupyter/.venv/bin/python -m pip install jupyter
25+
ln -s /opt/jupyter/.venv/bin/jupyter /usr/local/bin/jupyter
26+
ln -s /opt/jupyter/.venv/bin/jupyter-lab /usr/local/bin/jupyter-lab
27+
ln -s /opt/jupyter/.venv/bin/jupyter-notebook /usr/local/bin/jupyter-notebook
2528
msg_ok "Installed Jupyter"
2629

2730
msg_info "Creating Service"

0 commit comments

Comments
 (0)