You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a minor issue generally but it annoys me a little. After installing the latest version 3.13.2 using pyenv install 3.13.2 and pyenv virtualenv 3.13.2 ENV_NAME, the ENV_NAME in VSCode terminal does not have the brackets, as shown in this pic:
However, after pyenv virtualenv uninstall ENV_NAME and pyenv virtualenv 3.12.7 ENV_NAME and restarting the VSCode in the same folder, typing anything in the VSCode terminal will make the prompt look like this, with brackets:
Hence I am curious about it. Why, and how to overcome it?
The text was updated successfully, but these errors were encountered:
PS: I am using the latest version of every package possible. I updated VScode and performed brew update && brew upgrade. The OS is macOS 15.3 and the model is a Macbook Pro 2021.
It's a minor issue generally but it annoys me a little. After installing the latest version 3.13.2 using
pyenv install 3.13.2
andpyenv virtualenv 3.13.2 ENV_NAME
, theENV_NAME
in VSCode terminal does not have the brackets, as shown in this pic:However, after
pyenv virtualenv uninstall ENV_NAME
andpyenv virtualenv 3.12.7 ENV_NAME
and restarting the VSCode in the same folder, typing anything in the VSCode terminal will make the prompt look like this, with brackets:Hence I am curious about it. Why, and how to overcome it?
The text was updated successfully, but these errors were encountered: