Skip to content

Commit

Permalink
fix: use pip3 instead of pip (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCane committed Aug 18, 2023
1 parent f9d08f8 commit 7047a80
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 7047a80

Please sign in to comment.