pip Update Shortcut

Updated 09252022-071020


Social

considering this is literally just a wrapper for a single command, I haven't decided whether or not its worth publishing it on RoutineHub...

||That command, if you're wondering, is pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U||

but shoot! it's definitely a handy shortcut to have around. https://www.icloud.com/shortcuts/80797f32272341fc8baa02402444cf3d


Update all Python packages installed in a-Shell.

pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U

Contact