From 2237859fb0a25f25d07e216f60b5b2ad5ec072ef Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 20 May 2022 12:04:51 -0500 Subject: [PATCH] Use system libs to simulate raw machine --- scripts/jupyter-lab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jupyter-lab.sh b/scripts/jupyter-lab.sh index 5f131d6..98cefa8 100755 --- a/scripts/jupyter-lab.sh +++ b/scripts/jupyter-lab.sh @@ -8,7 +8,7 @@ echo "=== jupyterlab.sh Install and run JupyterLab locally" echo "+++ installing jupyter" python3 -m venv .venv -. .venv/bin/activate +. .venv/bin/activate --system-site-packages python3 -m pip install pip --upgrade python3 -m pip install --upgrade jupyterlab