We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5678652 commit 93bc689Copy full SHA for 93bc689
1 file changed
images/capi/hack/utils.sh
@@ -123,7 +123,7 @@ ensure_py3() {
123
124
pip3_install() {
125
ensure_py3
126
- [ "py3_local_user_bin" ] && py3_pip_cmd="$HOME/.local/bin/pip3"
+ ( "$py3_local_user_bin" ) && py3_pip_cmd="$HOME/.local/bin/pip3"
127
if output=$($py3_pip_cmd install --disable-pip-version-check --user "${@}" 2>&1); then
128
echo "$output"
129
elif [[ $output == *"error: externally-managed-environment"* ]]; then
0 commit comments