When creating a project on PyCharm, you can check "Inherit global site-packages". I do this for most projects and by default it's deselected. If I forget to select it the procedure to go back and add global packages once the project is created is a hassle.
Is there a way to have this box checked by default? Maybe in a PyCharm config file somewhere?
Thanks