We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c51c1a commit f9f0bfeCopy full SHA for f9f0bfe
jupyter/scripts/install-jupyterlab.sh
@@ -17,7 +17,7 @@ if [[ "$ENABLE_JUPYTER_AI_EXTENSION" == "true" ]]; then
17
fi
18
19
if command -v uv &>/dev/null; then
20
- echo uv pip install --system --no-cache "${PACKAGES[@]}"
+ uv pip install --system --no-cache "${PACKAGES[@]}"
21
else
22
- echo pip install --no-cache-dir "${PACKAGES[@]}"
+ pip install --no-cache-dir "${PACKAGES[@]}"
23
0 commit comments