Files
dotfiles/scripts/python.sh
2024-07-31 16:48:32 +02:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
asdf plugin add python
asdf install python latest
asdf global python latest