Skip to content
New issue

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

Suggestion: Installing prerequisites within the scope of the pyenv installer script itself #157

Open
Petrox opened this issue Sep 9, 2024 · 0 comments

Comments

@Petrox
Copy link

Petrox commented Sep 9, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant