feat: install pyenv

This commit is contained in:
Price Hiller 2022-07-31 00:13:12 -05:00
parent 12cc04b04d
commit 211e857490

View File

@ -168,6 +168,15 @@ install-from-pkg-mngr() {
fi
}
install-pyenv() {
local install_path="${1}/pyenv"
git clone https://github.com/pyenv/pyenv.git "${install_path}"
(
cd "${install_path}/pyenv"
src/configure && make -C src
)
}
deploy-config() {
local install_paths
declare -A install_paths=(