aboutsummaryrefslogtreecommitdiff
path: root/v1/feature-scripts.env
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-13 01:56:12 +0300
committerGitHub <noreply@github.com>2022-05-13 01:56:12 +0300
commit73e20e52a2d48d915036007ea84db994a01df561 (patch)
tree254c186b9d01d0e7ac658973f3dd25a31933100a /v1/feature-scripts.env
parentd43550293244d747235f1f1a91b2856bb7d1397b (diff)
Jupyterlab: Update script and add pythonBinary as option (#12)
update sh + add arg
Diffstat (limited to 'v1/feature-scripts.env')
-rw-r--r--v1/feature-scripts.env2
1 files changed, 1 insertions, 1 deletions
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