Merge pull request #29 from joshuarosato/patch-1
Updated pyenv repo URL
This commit is contained in:
commit
0c6d262b1a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ensure_python_build_installed() {
|
|||
|
||||
download_python_build() {
|
||||
echo "Downloading python-build..."
|
||||
local pyenv_url="https://github.com/yyuu/pyenv.git"
|
||||
local pyenv_url="https://github.com/pyenv/pyenv.git"
|
||||
git clone $pyenv_url "$(pyenv_path)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue