Reputation: 63
So I use pycharm to produce my code and was wondering if there's a way to configure a default, universal interpreter, rather than having to configure a new one for every batch of code I work on, seeing as I have had to configure nearly 5/6 of them so far ...
Upvotes: 1
Views: 162
Reputation: 144
Go to File | New Projects Setup | Preferences for New Projects (Settings for New Projects on Windows). Select Python Interpreter settings.
Upvotes: 1