#!/bin/bash # https://github.com/pypa/pip/issues/4551 python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 python -m pip install -U