Skip to content

Commit

Permalink
(pip) split options from git target
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Feb 13, 2025
1 parent 2bd4ecc commit 43adb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/tue-install-impl.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ function _tue-install-pip-now
for pkg in $git_pips_to_install
do
# shellcheck disable=SC2048,SC2086
tue-install-pipe python"${pv}" -m pip install ${user_arg} ${pkg} <<< yes || tue-install-error "An error occurred while installing pip${pv} git packages."
tue-install-pipe python"${pv}" -m pip install ${user_arg} ${pkg//^/ } <<< yes || tue-install-error "An error occurred while installing pip${pv} git packages."
done
fi
}
Expand Down

0 comments on commit 43adb8c

Please sign in to comment.