It seems that PyCharm always updates the connected Python interpreter at startup, and also scans and updates all packages if necessary. For me, this means that whenever I open PyCharm, the update processes will run in the background, and I have to wait sometimes as good as the whole minute, which I find quite annoying.
So the question is: is there any way to disable this automatic update mechanism? It would be better if I could manually update the Python interpreter and packages only if I wanted.
python ide pycharm anaconda
Vim
source share