fix: cd to correct pyenv share
This commit is contained in:
parent
d90f7cf08a
commit
36c3789ec7
@ -173,7 +173,7 @@ install-pyenv() {
|
||||
local install_path="${1}/pyenv"
|
||||
git clone https://github.com/pyenv/pyenv.git "${install_path}" || return 1
|
||||
(
|
||||
cd "${install_path}/pyenv"
|
||||
cd "${install_path}"
|
||||
src/configure && make -C src
|
||||
) || return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user