-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Suddenly Cannot See the Python venv Segment #2866
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
Comments
What is the output of the following command when the virtual environment is active? (
eval "$__p9k_intro"
_p9k_prompt_segment() { ; }
setopt xtrace
[[ -n $VIRTUAL_ENV ]] || return
prompt_virtualenv
) |
Like this
|
8000
Something in your zsh startup files (likely in |
Checked. There is one. The segment is back after removing it. Thanks a lot for the help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been using p10k for months and it works always as expected. However, recently (maybe in one or two weeks?), I found it no longer showing python venv segment at the right.
I've checked a series of environmental variables like
and as someone asked in #1763,
I've also checked
~/.p10k.zsh
andvirtualenv
is not commented out in thetypeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS
.So any help or advice for this issue?
The text was updated successfully, but these errors were encountered: