Advertisement
theguild42

pip upgrade

Mar 16th, 2024
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | Source Code | 0 0
  1. cd $HOME
  2. . ./.venv/bin/activate
  3. pip install $(pip list --outdated | cut -d" " -f1 | tr '\n' ' ' | cut -d" " -f 3-) --upgrade
  4. deactivate
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement