-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Can't see Python virtualenv activation #1763
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's is the output of the following command after activating virtual environment? typeset -pm 'VIRTUAL_ENV|POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV' |
It is:
|
Open |
hello, i've set ~/gi/o/pgbackup_cloudguru │ master ▓▒░ grep POWERLEVEL9K_VIRTUALENV ~/.p10k.zsh
8000
░▒▓ ✔ │ 37s │ 3.9.9 pgbackup_cloudguru │ 14:02:34
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=true
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=true
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
# typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='⭐' |
@dima-naboka There is virtual environment on the right side of prompt in your screenshot. |
sorry, i got it |
@pankaj-clumio If something doesn't work for you, open an issue. |
Hi @romkatv loved you theme. Got same issue, can't see python virtual env name Changed the : Open Thanks in advance. |
Work for me, Thanks |
What worked for you? |
Oh, It worked if I made the terminal wide enough, it just hides if the name is long. |
I don't want to see the global python version, is that possible? |
Probably. You'll need to be more specific. Open a new issue. |
Hello! Thank you for your hard work!

Unfortunately when activating a Python virtual environment I can't see the name like "(myEnv)".
This is my config file generated by using the wizard. Thank you in advance!
The text was updated successfully, but these errors were encountered: