Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd $HOME
- . ./.venv/bin/activate
- pip install $(pip list --outdated | cut -d" " -f1 | tr '\n' ' ' | cut -d" " -f 3-) --upgrade
- deactivate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement