use pip3 instead of pip because it's 2021 already

This commit is contained in:
Jeffrey Paul 2021-09-10 22:30:35 +00:00
parent 9005f09844
commit abfc7dd910
1 changed files with 1 additions and 1 deletions

View File

@ -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