Skip to content

Commit

Permalink
fix: use pip3 instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCane committed Aug 17, 2023
1 parent ec4be28 commit 1ac35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/src/package_managers/pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip::update_all() {
output::write "$url"
output::empty_line

pip install -U "$package" 2>&1 | log::file "Updating pip app: $package"
pip3 install -U "$package" 2>&1 | log::file "Updating pip app: $package"
done
else
output::answer "Already up-to-date"
Expand Down

0 comments on commit 1ac35ff

Please sign in to comment.