Getting this error while checking robot installation version on visual studio code
“robot: The term ‘robot’ is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.”
@DeepaJalisatgi Are you using some sort of virtual environment? And when using Windows have you added the Python directories to the PATH environment variable? See Robot Framework User Guide
Hi Deepa,
As Lukas mentioned the path is important, and a common problem on windows.
I’ve also noticed sometimes especially with python virtual environments that the command doesn’t work immediately after install, that you need to exit the virtual environment/close the terminal/close command window/close the application, then go back in and then the command will work.
Dave.
Thank you Dave.
Python Env is already set, while installing itself. Not using ant Virtual machine.
Not getting an option (button) install python interpreter.