0

So, I've recently written a python program and wanted to run it in the terminal. However, every time i try to run it, the error "'x' is not recognized as an internal or external command,operable program or batch file. " ('x' is just a placeholder, I actually have the directory there)

I've tried everything, but it always returns the same error. What is the problem? (after the directory I write "python y.py" where y = the file name)

2
  • 1
    What is 'x'? Is python.exe in %PATH% environment variable?
    – Biswapriyo
    Commented Apr 8, 2019 at 6:23
  • @Biswapriyo so 'x' is actually the first thing typed after the directory ('python'), and I'm not sure about your other question (I'm relatively new to this whole thing).
    – jack.py
    Commented Apr 9, 2019 at 6:33

0

You must log in to answer this question.

Browse other questions tagged .