From 73e20e52a2d48d915036007ea84db994a01df561 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 12 May 2022 15:56:12 -0700 Subject: Jupyterlab: Update script and add pythonBinary as option (#12) update sh + add arg --- v1/feature-scripts.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v1') diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env index 0cf7266..f7da4c4 100644 --- a/v1/feature-scripts.env +++ b/v1/feature-scripts.env @@ -20,4 +20,4 @@ _BUILD_ARG_RUST="./rust/install.sh /usr _BUILD_ARG_POWERSHELL="./powershell/install.sh ${_BUILD_ARG_POWERSHELL_VERSION:-latest}" _BUILD_ARG_DESKTOP_LITE="./desktop-lite/install.sh automatic ${_BUILD_ARG_DESKTOP_LITE_PASSWORD:-vscode} true ${_BUILD_ARG_DESKTOP_LITE_VNCPORT:-5901} ${_BUILD_ARG_DESKTOP_LITE_WEBPORT:-6080}" _BUILD_ARG_DOTNET="./dotnet/install.sh ${_BUILD_ARG_DOTNET_VERSION:-latest} ${_BUILD_ARG_DOTNET_RUNTIMEONLY:-false} automatic true /usr/local/dotnet dotnet" -_BUILD_ARG_JUPYTERLAB="./jupyterlab/install.sh ${_BUILD_ARG_JUPYTERLAB_VERSION:-latest}" +_BUILD_ARG_JUPYTERLAB="./jupyterlab/install.sh ${_BUILD_ARG_JUPYTERLAB_VERSION:-latest}" automatic ${_BUILD_ARG_JUPYTERLAB_PYTHONBINARY:-python}" true -- cgit v1.2.3