[Question] PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior` on pyenv activate #2107
-
upon doing pyenv activate <my_env_name>, is there a new handling, that is suggested for future releases? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't understand the issue. It doesn't affect the behavior of any Pyenv invocations, you don't need to change anything in your code to compensate or anything. |
Beta Was this translation helpful? Give feedback.
I don't understand the issue.
Currently, Pyenv-Virtualenv prepends
(env_name)
to shell prompt. This warning tells you that this behavior is going away sometime in the future. Before that happens, you can set the mentioned envvar to do that right now and silence the warning.It doesn't affect the behavior of any Pyenv invocations, you don't need to change anything in your code to compensate or anything.