Files
auricom-home-cluster/ansible/roles/workstation/files/scripts/update-pip.bash
2022-12-28 17:12:57 +01:00

4 lines
126 B
Bash

#!/bin/bash
pip3 list --outdated --user --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U --user