-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
virtualnev name not showing. #210
Comments
@pradhanvickey, I have the same issue. Were you able to find a solution somehow? |
I found that powerline series themes can show conda virtual environment name. But the default theme "font" can't. I'm not good at bash shell script. If I have some wrong, please correct me. |
I created this PR to show Virtual Env on the Sirup theme: #335 It's just needed to be approved and merged or you guys can just check the code and replace it directly in your environment. For me, it's working now. |
I'm facing this problem with agnoster and powerline themes after an OS update, this wasn't the behavior in previous versions, why did they change it? I don't find it clearly how to fix it following @juanswan13 example to be honest. |
Q1. Which problem are you facing? Actually, it seems to me that people are talking about several different problems in this single issue. For example,
Q2. What is the result of the following command? $ declare -p VIRTUAL_ENV |
Thanks @akinomyoga for your answer, you were right in deed, my comment was not useful at all. My problem is this one: "Or, it might be the problem that the area of the virtualenv information is not shown." I'm using agnoster theme in a Ubuntu 22.04 OS. I'm using anaconda environments. For example I'm in base environment and the command line shows: The output for: |
Ah, OK. So you are actually using "condaenv" instead of "virtualenv". I have checked |
I have rebased #282 and reverted unrelated changes. |
Hi - I can just see my python version of virtual env not the virtual env name. Please let me know who to fix it. and i want to print virtualenv name to the right side. Is it possible?
The text was updated successfully, but these errors were encountered: