Skip to content
Snippets Groups Projects
Commit 55d77ac5 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

add upgrade tag to pip install as per pip docs...

add upgrade tag to pip install as per pip docs https://pip.pypa.io/en/stable/installation/#ensurepip
parent 817f0e63
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ class PackagesInstallerDialog(QDialog, FORM_CLASS):
self.log("<em>Pip is installed, skipping installation...</em>\n")
return
install_pip_command = [PYTHON_EXECUTABLE_PATH, "-m", "ensurepip"]
install_pip_command = [PYTHON_EXECUTABLE_PATH, "-m", "ensurepip", "--upgrade"]
self.log(
f'<em>Running command to install pip: \n $ {" ".join(install_pip_command)} </em>'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment