pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 428 forks source link

fix: pyenv folder not found - $TMP_DIR/pyenv #132

Closed uday-projectn closed 2 years ago

uday-projectn commented 2 years ago

Error during install: mv: cannot stat '/tmp/tmp.Gm6anRZAx3/pyenv/*': No such file or directory

root folder is appended with version/tag when the tar is extracted(like pyenv-2.2.5), so adding a move command with wildcard will fix this.