Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
When installing install-dev.sh in macOS environment, if pyenv is not installed, the installation will not be completed. #211
Comments
|
The root problem is here: between your reproduction step 4 and 5, there is a missing step. |
|
The correct fix would be to improve the error messages, so that users can properly "reinstall both pyenv and pyenv-virtualenv" and/or "fix the shell config", not to silenty brew-uninstall as in #212. Since pyenv could be installed in many ways (git clone / brew / etc.) we should leave the users the concrete method to do so. |
Describe the bug
To Reproduce
Expected behavior
If pyenv or pyenv-virtual is not installed, automatically install it using brew.
Screenshots


Additional context