How to disable PyCharm from automatically updating the Python interpreter at startup

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.

+7
python ide pycharm anaconda
source share

No one has answered this question yet.

See related questions:

5116
How to check if a file exists without exceptions?
3790
How can I safely create a subdirectory?
2601
How can I make a time delay in Python?
2568
How to find out the current time in Python
2047
How to combine two lists in Python?
1782
How can I get the number of items in a list?
1427
How to access environment variables from Python?
1364
How do you read from standard input?
989
If Python is interpreted, what are .pyc files?
7
"Python Interpreter Update" at Pycharm. What does it mean?

All Articles