We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da5211 commit 1bafd84Copy full SHA for 1bafd84
1 file changed
features/src/workbench-tools/install.sh
@@ -167,6 +167,7 @@ chown -R "${USERNAME}:" "${LIB_ENV}"
167
# If we created a standalone Python libraries environment from scratch, make it the default terminal Python.
168
# If it already existed (LIB_ENV_EXISTS=1), we leave the host image's PATH untouched to prevent shadowing.
169
if [[ "${LIB_ENV_EXISTS}" == "0" ]]; then
170
+ # shellcheck disable=SC2016 # we want $PATH to be evaluated at runtime
171
printf 'export PATH="%s/bin:$PATH"\n' "${LIB_ENV}"
172
fi
173
0 commit comments