dyuri / xontrib-langenv

pyenv integration for xonsh
MIT License
12 stars 3 forks source link

Want to expand to do nodenv/goenv/rbenv as well? #5

Closed drmikecrowe closed 2 years ago

drmikecrowe commented 2 years ago

I forked and now have nodenv and goenv working (tackling rbenv now).

Would you like to rename yours and included these in a generic pygonerb env repo?

I could do the others as separate pip packages, but I'd prefer to collaborate with you.

Here's my changes

dyuri commented 2 years ago

Sure, but I think we'd need a better name, without the need to rename it on every new supported language :)

dyuri commented 2 years ago

What's your opinion about xontrib-langenv? I don't think that it's possible to rename the project on PyPI, but we can create a new one, and deprecate this one (add a note to github/pypi, remove the code and add the new project as dependency, or something like that).

drmikecrowe commented 2 years ago

I like it a lot. Let me submit a PR with my changes for you

dyuri commented 2 years ago

Thanks, I'll take a look tomorrow and try to handle the "renaming".

dyuri commented 2 years ago

Renamed & new package released on PyPI. Going to create placeholder xontrib-pyenv later.