Install python by default

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

View file

@ -21,6 +21,7 @@ source "$softwareRoot/logo-ls/install.sh";
source "$softwareRoot/VSCodium/install.sh";
source "$softwareRoot/Visual Studio Code/install.sh";
source "$softwareRoot/Node.js/install.sh";
source "$softwareRoot/Python/install.sh";
source "$softwareRoot/tea/install.sh";
source "$softwareRoot/Godot/install.sh";
source "$softwareRoot/Virtual Machine Manager/install.sh";

View file

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