-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Why is prompt changing being removed? #268
Comments
You might want to take a look here: #135 |
Had the same question. Went with #135 (comment) as my workaround. |
@yyuu , since it was you who added the warning, could you comment? My guess is that it's because Virtualenv themselves were going to do that. Would be nice to learn their rationale, too, of course... |
Looking at https://github.com/pypa/virtualenv/blob/main/src/virtualenv/activation/bash/activate.sh , there's no deprecation, not to mention, removal of the prompt changing in sight. Lacking any response from @yyuu, my guess is: Pyenv-virtualenv makes virtualenvs behave like regular installations. The prompt changing removal was intended to erase the difference even further. |
In which case, we can as well go the other way and add printing of the active installation(s) to the prompt in the base Pyenv. |
Hey,
according to current output:
Can I ask how you came to this decision? I really like this feature
The text was updated successfully, but these errors were encountered: