use pip3 instead of pip because it's 2021 already
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user