#!/usr/bin/env fish # function pip-upgrade pip freeze --user | cut -d'=' -f1 | xargs -n1 pip install -U --user end