aliquote.org

December 2, 2019

TIL about pipupgrade. So much more convenient than manually checking the results of pip3 freeze | cut -d = -f 1 | xargs -n 1 pip3 search | grep -B2 'LATEST:', or blindly apply pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip3 install -U. #python