File tree Expand file tree Collapse file tree
features/src/workbench-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ chown -R "${USERNAME}:" "${LIBRARIES_ENV_DIR}"
185185 # PYTHONPATH so we need to override it here. We use a function instead of an
186186 # alias because aliases are not expanded in non-interactive shells.
187187 # shellcheck disable=SC2016 # we want $PYTHONPATH to be evaluated at runtime
188- printf ' function dsub() (PYTHONPATH="%s/2/ lib/python3.9/site-packages:${PYTHONPATH:-}" "%s/2/ bin/dsub" "$@")\n' " ${WORKBENCH_TOOLS_DIR } " " ${WORKBENCH_TOOLS_DIR } "
188+ printf ' function dsub() (PYTHONPATH="%s/lib/python3.9/site-packages:${PYTHONPATH:-}" "%s/bin/dsub" "$@")\n' " ${LIBRARIES_ENV_DIR } " " ${LIBRARIES_ENV_DIR } "
189189
190190 # Wrap gcloud to unset DISPLAY per-invocation so auth commands don't try
191191 # to open a browser via X11 in headless devcontainer environments.
You can’t perform that action at this time.
0 commit comments