a-Shell App Store Review Updated 01192023-034109 ~WTFLocalDraftUlyssesMedium The notable boundary-pusher in the iPadOS/iOS local command line.There are now quite a few terminal emulator-esque apps on the App Store, but I’ve been using a-Shell since it was joined only by Blink (from which it was […]

How to Update All Python Packages How to Update All Python Packages How to Update All Python PackagesArchivepip Update ShortcutMedium Shell Commandspip list –outdatedpip freeze | %{$_.split(’==’)[0]} | %{pip install –upgrade $_}pip3 list –outdated –format=freeze | grep -v ’^-e’ | cut -d = -f 1 […]