Skip to content

Commit

Permalink
Upgrade pip using python3 -m pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 25, 2024
1 parent 6360fd1 commit f8da32f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,8 @@ __install_salt_from_repo() {

echodebug "Installed pip version: $(${_pip_cmd} --version)"
echodebug "Upgrading pip to latest, running '${_pip_cmd} install ${_PIP_INSTALL_ARGS} -U pip>=${_MINIMUM_PIP_VERSION}'"
${_pip_cmd} install ${_PIP_INSTALL_ARGS} -v -U "pip>=${_MINIMUM_PIP_VERSION}"
## DGM ${_pip_cmd} install ${_PIP_INSTALL_ARGS} -v -U "pip>=${_MINIMUM_PIP_VERSION}"
${_py_exe} -m pip install ${_PIP_INSTALL_ARGS} -v -U "pip>=${_MINIMUM_PIP_VERSION}"

echodebug "Upgraded pip version: $(${_pip_cmd} --version)"

Expand Down

0 comments on commit f8da32f

Please sign in to comment.