pythonpycharmsite-packages

What does it mean to "Inherit global site-packages" in PyCharm?


When creating a new Python project, why would I want to select this option? If I don't select it, what functionality am I missing out on? Would I not be able to import certain Python modules?


Solution

  • It's just an option to pre-install some packages that you're using everytime, or if it doesn't bother you to have extra packages in your local python interpreted


    Python global and venv :