How to remove Python version shown in zsh terminal

Solution 1:

You may want to edit your configuration file at ~/.zshrc.

I'm using Zsh as shell, themed with powerlevel10k. In my config file there is something like this:

  typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false

Hope it'd be helpful!