Install python by default
This commit is contained in:
parent
27ef5b5456
commit
652c5d95c0
2 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
4
scripts/Software/Python/install.sh
Executable file
4
scripts/Software/Python/install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
dir="${BASH_SOURCE%/*}";
|
||||
source "$dir/setup.sh";
|
||||
source "$dir/pyenv.sh";
|
Loading…
Reference in a new issue