Virtual environment is not getting activated #5791
-
Hi, thanks for the great tool.
Here is the result of the
While checking the debug I noticed these lines:
In order to test I created a new virtual environment named
When there is the folder venv the prompt is updated with the python segment whether the virtual environment is activated or not and not shown when I am in another folder even if its activated. Is this behaviour expected? What are the ways I can change this? Thanks, B |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@barslmn the |
Beta Was this translation helpful? Give feedback.
@barslmn the
gruvbox
theme doesn't have fetching the virtual env enabled, see"fetch_virtual_env": false
. Change that totrue
and adjust the template to also visualize the virtual env using"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }} {{ .Venv }}{{ end }} "
for example.