We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1584e commit 764e6aeCopy full SHA for 764e6ae
.bin/install_pip3.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
sudo -H python3 -m pip install --upgrade pip
3
-sudo -H python3 -m pip install -Ur pip3-requirements.txt
+sudo -H python3 -m pip install --ignore-installed -Ur pip3-requirements.txt
0 commit comments