From 211e85749060308eb810d3f9d52f413b1e01862a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 00:13:12 -0500 Subject: [PATCH] feat: install pyenv --- install.bash | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.bash b/install.bash index cf9f696..2af8a14 100644 --- a/install.bash +++ b/install.bash @@ -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=(