I am trying to use Anaconda environment as an interpreter in Pycharm.
It actually works, but it's extremely slow - even running a single line "hello world" takes like 5 sec.
I guess the reason is Pycharm trying to activate the environment before every execution of the script and activation in Anaconda is generally slow (at least from my experience).
The execution speed is ok when using Anaconda root env. or when using virtualenv. Any idea/workaround how to speed it up?