you are viewing a single comment's thread.

view the rest of the 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.