Search code examples
pythonwindowscmdcommand-prompt

How can you set the command prompt to use the downloaded Python as an interpreter?


When I want to execute Python in my command prompt, Windows always redirects me to the windows store to download Python. But I've already installed Python (python.org). So how can I adjust, that the command prompt uses the downloaded Python?


Solution

  • Just py instead of python or python3