Skip to content

Commit

Permalink
Update pips.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIbrahem authored Jun 25, 2024
1 parent 535c797 commit 3232cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd $HOME

pip3 list --outdated

python3 -m pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
$HOME/local/bin/python3.11 -m pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $HOME/local/bin/pip3 install -U

0 comments on commit 3232cda

Please sign in to comment.