diff --git a/scripts/Software/Collections/personal.sh b/scripts/Software/Collections/personal.sh index a4c0cec1..060ed068 100755 --- a/scripts/Software/Collections/personal.sh +++ b/scripts/Software/Collections/personal.sh @@ -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"; diff --git a/scripts/Software/Python/install.sh b/scripts/Software/Python/install.sh new file mode 100755 index 00000000..83144dda --- /dev/null +++ b/scripts/Software/Python/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +dir="${BASH_SOURCE%/*}"; +source "$dir/setup.sh"; +source "$dir/pyenv.sh";