Hi,
I'm looking at switching from pyenv to asdf for managing my python installs, but it would be a shame to miss the QoL integration pipenv has with pyenv.
I forked the repo and had a look at how easy it would be to add. Seems pretty straight forward. I guess some things to consider are:
-
What if pyenv and asdf are both installed?
I would assume pyenv takes priority as it's language specific. Or a user environment var to flag a preference.
-
Adding to an already fringe feature
The pyenv integration, though I find very convent, is probably not considered that core to the project. Adding this extra python version manager integration is maybe just more to maintain.
If this has a chance of being picked up, I'd happily finish and document the changes.
link to asdf
Thanks.
Hi,
I'm looking at switching from
pyenvtoasdffor managing my python installs, but it would be a shame to miss the QoL integrationpipenvhas with pyenv.I forked the repo and had a look at how easy it would be to add. Seems pretty straight forward. I guess some things to consider are:
What if pyenv and asdf are both installed?
I would assume pyenv takes priority as it's language specific. Or a user environment var to flag a preference.
Adding to an already fringe feature
The
pyenvintegration, though I find very convent, is probably not considered that core to the project. Adding this extra python version manager integration is maybe just more to maintain.If this has a chance of being picked up, I'd happily finish and document the changes.
link to asdf
Thanks.