We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assuming we agree that the installers job is to install prerequisites it should have practically no prerequisites itself.
Accepted, that git is installed 99% of hosts already, but if it doesn't, then this script should be able to detect and fix it.
Now the other part:
pyenv-installer should install pyenv, which itself is an installer for python (so it should be able to install dependencies ahead, but ...)
so even if pyenv can't install the dependencies of python packages the pyenv installer should be able to do that:
https://github.com/pyenv/pyenv/wiki#suggested-build-environment
(so that pyenv install python 3.10.4 won't fail 30 seconds later).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assuming we agree that the installers job is to install prerequisites it should have practically no prerequisites itself.
Accepted, that git is installed 99% of hosts already, but if it doesn't, then this script should be able to detect and fix it.
Now the other part:
pyenv-installer should install pyenv, which itself is an installer for python (so it should be able to install dependencies ahead, but ...)
so even if pyenv can't install the dependencies of python packages the pyenv installer should be able to do that:
https://github.com/pyenv/pyenv/wiki#suggested-build-environment
(so that pyenv install python 3.10.4 won't fail 30 seconds later).
The text was updated successfully, but these errors were encountered: