We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16535ae commit 52e77bdCopy full SHA for 52e77bd
install-virtualenv.sh
@@ -77,7 +77,7 @@ ln -sf /opt/python/versions/cpython-${PY3_12}-linux-x86_64-gnu $PY3_12
77
ln -sf $PY3_12 3.12
78
ln -sf $PY3_12 3
79
80
-uv venv notebook
+uv venv notebook -p /opt/python/3/bin/python
81
source ./notebook/bin/activate
82
# vscode python tools, notebook & utils
83
uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl
0 commit comments