Skip to content

Commit 52e77bd

Browse files
committed
chore: notebook use major python version
1 parent 16535ae commit 52e77bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ln -sf /opt/python/versions/cpython-${PY3_12}-linux-x86_64-gnu $PY3_12
7777
ln -sf $PY3_12 3.12
7878
ln -sf $PY3_12 3
7979

80-
uv venv notebook
80+
uv venv notebook -p /opt/python/3/bin/python
8181
source ./notebook/bin/activate
8282
# vscode python tools, notebook & utils
8383
uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl

0 commit comments

Comments
 (0)