Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b88de4c

Browse files
feat: unset http proxy...
1 parent 0703b13 commit b88de4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyterlab/run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ else
4646
printf "%s\n\n" "🥳 jupyterlab is already installed"
4747
fi
4848

49+
50+
printf "☢️ unsetting proxy vars..."
51+
unset http_proxy
52+
unset https_proxy
53+
unset HTTP_PROXY
54+
unset HTTPS_PROXY
55+
4956
printf "👷 Starting jupyterlab in background..."
5057
printf "check logs at ${LOG_PATH}"
5158
$JUPYTERPATH/jupyter-lab --no-browser \

0 commit comments

Comments
 (0)