Package update
A command list for you (and me) to update different package management system.
Commands
homebrew
brew upgradenode.js
npm updateanaconda
conda update --allpoetry
poetry init poetry add poetry updatepoetry alt
poetry export --without-hashes --format=requirements.txt > requirements.txt cat requirements.txt|xargs poetry addpip
pip list --outdated pip install -U <package name>pip alt
pip list | awk '{print $1}' | xargs -L 1 pip install -Uchocolatey
choco upgrade chocolatey