Recent | Popular
#python #pip
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Mon Nov 23 2020 04:03:12 GMT+0000 (UTC) https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip