Install python by default

This commit is contained in:
Manuel Thalmann 2023-01-23 20:36:40 +01:00
parent d0d7b56584
commit 375b96b038
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";