Installing Python

I am unable to install Python. Installed it 10 times after installing the command prompt can not find the installed Python

Please read 4. Using Python on Windows — Python 3.13.2 documentation where it explains that the command to run is py not python.

I using ChatGPT to guide me install Python and pip and one other files, to use in Godot for Chatbot, ChatGPT advised me to check using command python --version

Thanks for help, I believe every time Python was installed correctly, but I used command Python version, which was not recognised.

Replace python with py and the commands should work.

py --version
1 Like