Hello,im new here so i want a little help…
i have installed platformio-ide-terminal and terminal-plus to run python.But in the terminal a put python hello.py and said that message:
python : The term ‘python’ is not recognized as the name of a cmdlet, function, script f
ile, or operable program. Check the spelling of the name, or if a path was included, ver
ify that the path is correct and try again.
TY all
Problem to run python on atom
konkos
#1
You need to install Python, probably. If it is installed, you need to add it to your PATH
.
Follow the link I posted. The error message you posted is specific to Powershell, so I concluded that you are running Windows. That article is what you need.