Aug 26, 2017 · 1 min read
Not a better way, just a slight variant tested with Python 3.6.2:
pip list — outdated — format=legacy | cut -d’ ‘ -f1 | xargs -n1 pip install -U
Not a better way, just a slight variant tested with Python 3.6.2:
pip list — outdated — format=legacy | cut -d’ ‘ -f1 | xargs -n1 pip install -U