From 7e974111f1efdaad54f7912cc002841c210f4315 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 8 Sep 2022 20:31:57 +0000 Subject: switch to python3 --- src/python/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') 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 -- cgit v1.2.3