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
powerlevel10k generally doesn't currently show the custom prompt configured on virtual environment creation.
Observed behavior
virtualenv on all Python versions:
venv module on Python 3.9 and below
Additional information
It seems that there is partial support for this functionality - it works with the venv module on Python 3.10 and above:
venv module on Python 3.10
However, it would be great if powerlevel10k supported virtualenv as well as the venv module from the versions earlier than 3.10. The information about the prompt is stored in the pyvenv.cfg file in the root of the virtual environment so that could be used to get the custom prompt (note that it's not filled when no custom prompt is set).
The text was updated successfully, but these errors were encountered:
Summary
powerlevel10k generally doesn't currently show the custom prompt configured on virtual environment creation.
Observed behavior
virtualenv on all Python versions:
venv module on Python 3.9 and below
Additional information
It seems that there is partial support for this functionality - it works with the venv module on Python 3.10 and above:
venv module on Python 3.10
However, it would be great if powerlevel10k supported virtualenv as well as the venv module from the versions earlier than 3.10. The information about the prompt is stored in the
pyvenv.cfg
file in the root of the virtual environment so that could be used to get the custom prompt (note that it's not filled when no custom prompt is set).The text was updated successfully, but these errors were encountered: