diff options
-rwxr-xr-x | src/python/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/install.sh b/src/python/install.sh index 8cf7043..2693f7b 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -447,7 +447,7 @@ fi # Install JupyterLab if needed if [ "${INSTALL_JUPYTERLAB}" = "true" ]; then - if [[ $(python --version) != "" ]]; then + if [[ $(python3 --version) != "" ]]; then install_user_package jupyterlab # Configure JupyterLab if needed |