We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fab99 commit bc425b5Copy full SHA for bc425b5
python-install
@@ -27,7 +27,7 @@ if [ ! -d ./var/python-build ]; then
27
set -e
28
mkdir -p var
29
cd var
30
- git clone -q https://github.com/yyuu/pyenv.git pyenv-repo
+ git clone -q https://github.com/pyenv/pyenv.git pyenv-repo
31
cd pyenv-repo/plugins/python-build
32
PREFIX="$XBUILD_PATH"/var/python-build ./install.sh >/dev/null 2>&1
33
)
0 commit comments