native-api
native-api
Now the question arises: * **Should we disable using user site directory for Pyenv-controlled Python installations?**, and/or * **Should we change Pyenv-controlled Pythons' user site packages paths so that they...
> So **to resolve this issue, you need to add `~/.local/bin` to `PATH`, _before_ Pyenv's initialization code** (if it exists and is not already there): > > ```shell > [[...
Other possible options: * `~/.pyenv/user_site//site-packages` * `~/.pyenv/user_site//pythonX.Y/site-packages`
The way to test a Python installation is to install it and run `python -m test`. The question is, which installations to test, and in what environments? Plus, a test...
Could you perhaps make a PR that would add this information to the README (a subsection in https://github.com/pyenv/pyenv/blob/master/plugins/python-build/README.md and a pointer to that README from the Developement section in the...
Thanks for the info! I believe Git has functionality to merge even unrelated histories. I'm more interested in if there are any kind of special project-specific tricks needed while doing...
> like bulk changes like renamings, or tricking Git into ignoring some commits for cases where the projects do need different logic You know, so that I don't have to...
As per https://github.com/pyenv/pyenv/issues/1233#issuecomment-829019811, **we cannot consume `pyproject.toml` for version selection directly because it's not a specific version** but a conditional expression that tests whether a specific version qualifies. Plus, it...
2all, @comrumino : Is this severe enough to roll back the fix until we have a better solution?