Install python by default

This commit is contained in:
Manuel Thalmann 2023-01-23 20:36:40 +01:00
commit 652c5d95c0
2 changed files with 5 additions and 0 deletions
scripts/Software/Python

View file

@ -0,0 +1,4 @@
#!/bin/bash
dir="${BASH_SOURCE%/*}";
source "$dir/setup.sh";
source "$dir/pyenv.sh";