-
Notifications
You must be signed in to change notification settings - Fork 927
[Enhancement] Show python version of conda virtual environment #1019
Conversation
|
Hi @nipunsadvilkar ! Thanks for your Pull Request. New features should be developed on And regarding the PR itself, I have a tendency towards creating separate version segments that could be joined. In this case we have several segments concerning python frameworks, which would probably want to show the python version. And probably some people would want to hide/show this version, so we would end up adding the python version and switches in all of these segments, instead of making one |
|
@dritter: Sorry didn't know about which base branch to consider. have changed the base branch from Regarding your point about some people like to hide/show version is fair point. I just thought adding such feature just in case someone is interested. Thanks for an update! |
|
The conflict is there, because we split all segments in separate files in
As said, we have a mechanism of joining segments together. This would make the feature more flexible, because every user can output the python version before or after any other python framework segment. That is why I am pro separate segment. |
|
Sorry for the slow response, here. Okay, I have a few thoughts:
That said, this would also need to be configurable - so, the segment would need a flag added to it for whether or not to also show the Python version in the current environment. @nipunsadvilkar - I think this is a really good idea, and honestly I would use this feature. Are you up for implementing the above and porting your code to the |
|
@bhilburn : Yeah sure! Happy to contribute. It would be nice if you could list down required tasklist which needs to be completed to merge this PR. |
|
The tasks would be:
About the merge conflict: It would be the easiest to create a new PR.. |
|
I'm going to close this PR in favor of #1019 |
Showing python version would be helpful!