use pip3 instead of pip because it's 2021 already
This commit is contained in:
parent
9005f09844
commit
abfc7dd910
@ -7,5 +7,5 @@ PYTHON_PKGS="
|
||||
"
|
||||
|
||||
for PKG in $PYTHON_PKGS ; do
|
||||
/usr/local/bin/pip install --user $PKG
|
||||
/usr/bin/pip3 install --user $PKG
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user