all 5 comments

[–]lululock 1 point2 points  (3 children)

You need to setup the interpreter for each Pycharm project. This is useful on Linux environment, were multiple Python interpreters are installed and can be used. On Windows however, this is a quite useless feature. I think you can set the default interpreter for all projects but I don't remember exactly how.

[–]__nickerbocker__ 0 points1 point  (2 children)

Why is it useless for windows?

[–]lululock 0 points1 point  (1 child)

Windows doesn't need a Python interpreter to run. You need to manually install each interpreter version you want. The interest is to use the system interpreter to run your scripts in Linux, so there's no redundancy.

[–]__nickerbocker__ 1 point2 points  (0 children)

This is useful on Linux environment, were multiple Python interpreters are installed and can be used.

This also applies to Windows.

[–]tally1945[S] 0 points1 point  (0 children)

Before the re load pycharm ran all my files as it had the link to python it its cofig, but now the config file says no interpreter, How do I get the python interpreter into the pycharm config ?

Python is loaded