#!/bin/bash set -o errexit -o pipefail if ! has python; then gimme mise mise install python mise use -g python@latest fi