My PyCharm zsh shell does not have full user PATH environment variables.
Currently, in PyCharm preferences, my shell path is /bin/zsh
.
Custom config is set in ~/.zshenv
ZDOTDIR=$HOME/zshconfig
It does not have any of the additional $PATH or aliases that I have added in my ~/zshconfig/.zprofile
or ~/zshconfig/.zshrc
.
Also, trying to run zsh as an interactive login shell from PyCharm also does not work. (setting PyCharm shell path to: /bin/zsh --interactive --login
does not work)
How do I run a normal terminal environment in PyCharm?