I have referenced this question: How do I activate a virtualenv inside PyCharm's terminal? As it mentions, PyCharm should support auto activate virtual env since 2016. But I fail to get it work.
Above is my setting page for the PyCharm Terminal. I have checked the 'Activate virtualenv'.
But every time I start a terminal in PyCharm, it didn't automatically activate the virtual env. I need to manually use command conda activate <environment_name>
to activate the environment.
I am using a Conda Environment installed with homebrew.
May I ask, is there any parameters that I can add to the Shell path (/bin/zsh) to make it automatically activate specific virtual env? Or other ways to solve this problem?