I'm using PyCharm with virtualenv.
Is there any method to force the activation of virtualenv, in terminal window of PyCharm, at startup of the application?
At this time, when I open PyCharm (with relative project) and the terminal window in it, I need to manual run the command (source /env/bin/activate) to enable the virtualenv on this terminal window of PyCharm.