How to add Python interpreter for PyCharm community edition?

已回答

I've installed PyCharm community edition, but I don't know how to add the interprete.

I tried reading this, but I don't understand what file path I'm supposed to follow to add the interpreter. Any help please? TIA.

I cancel out of that, I end up here, but again, I still don't now what path to follow to add the interpreter.

I tried using C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.4\bin\pycharm64.exe, but it's just coming back 'invalid interpreter name'.

Another edit:

I tried using C:\Users\*****\AppData\Local\Microsoft\WindowsApps\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\python.exe but it's 0 bytes and I just got 'Failed to create interpreter', 'Python was not found but can be installed from...'

I don't get why this is so difficult? What's the point of PyCharm if it doesn't even allow you to run Python?

Do I need Windows x86-64 executable installer for a Windows 10 64-bit? I'm puzzled that it says https://www.python.org/ftp/python/3.8.1/python-3.8.1-amd64.exe when my PC is Intel not AMD.

How do i avoid to get popup all the time. *got newest version of Python 3.8.1 *not the smartest guy on the planet Thanks:) // Alexander Edit : Solved :)

 

www.targetpayandbenefits.com

0

For anyone with the same problem:

You should specify the path to a python executable (python.exe on Windows). If your system doesn't have one, then you should install Python first. You can download it from https://www.python.org/ and then install it.

0

请先登录再写评论。