Skip to content

Commit 764e6ae

Browse files
authored
ignore pip3 installed packages
1 parent dd1584e commit 764e6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bin/install_pip3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
sudo -H python3 -m pip install --upgrade pip
3-
sudo -H python3 -m pip install -Ur pip3-requirements.txt
3+
sudo -H python3 -m pip install --ignore-installed -Ur pip3-requirements.txt

0 commit comments

Comments
 (0)