Install python by default
This commit is contained in:
parent
27ef5b5456
commit
652c5d95c0
2 changed files with 5 additions and 0 deletions
scripts/Software/Python
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…
Add table
Add a link
Reference in a new issue