-
Notifications
You must be signed in to change notification settings - Fork 937
virtualenv not displaying #27
Comments
Were you able to resolve this? If there is a bug, I want to be sure we fix it! |
Sorry, looks like didn't comment. It wasn't a bug, my instance of zsh -- Serban Constantin
|
@fuzzmz why? my zsh doesn't show me the virtualenv name. |
@SalahAdDin, make sure you have the |
Oh thanks, i put the plugins and add virtualenv in the left side in powerlevel and it works! |
I had the same issue because I add spaces around the equation. This is wrong:
This is right:
I hope it helps someone. |
Also had similar issue because I was told by some tutorial to replace the I did this instead: |
@Vadorequest Not sure, what you are trying to say. It should be totally possible to change the order of the segments to your preference. Powerlevel9k is all about configurability. It comes with a small default set of segments, and if you want to display more (like |
@dritter Indeed, I guess what I said was confusing. |
Hello, I have done the following and still can't see my virtualenv appearing at all. I entered the plugins :
And added the elements to the left: Any suggestions how to troubleshoot? |
@hududed - So, the P9k So, when you activate a virtualenv, you don't see anything at all? And, just to be sure, after you've put that in your |
I think I am confusing the virtualenv with conda virtualenv. The steps I took above with the plugins and left prompt elements works. I know this thread is not related to that conda, but do you know quickly how to setup similar to above for conda virtual environment in P9K? |
Hi again Solved this for conda virtualenv. I followed #1019 and copied the prompt:
Then added |
I encounter this because in |
It works for me! thanks! |
Works for me too! Thanks! |
Same here. It works |
thanks, it work |
That shouldn't be necessary any more, as we merged #1128 into |
…and-rm Specify `command rm` to bypass any aliases
This is the only thing that worked for me. Thanks @hududed |
I can't seem to get the virtualenv to display despite setting in
.zshrc
the linePOWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(virtualenv)
The text was updated successfully, but these errors were encountered: