feat: install pyenv
This commit is contained in:
parent
12cc04b04d
commit
211e857490
@ -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=(
|
||||
|
Loading…
Reference in New Issue
Block a user