1

I could not run my R Script from command prompt . Even if I have updated the path in environment variables. It is displaying the following error message:

'rscript' is not recognized as an internal or external command, operable program or batch file

What could be the issue behind this?

nidhi0806
  • 343
  • 3
  • 14
  • If the directory containing `Rscript.exe` were on your path you would not be getting this message. You can inspect your path by running `echo %PATH%` from a command prompt. – nrussell Mar 17 '17 at 10:44
  • Thanks this solution worked for me. – nidhi0806 Mar 20 '17 at 06:16
  • Hi, could you please be a bit more specific on "if the directory containing the .exe were on the path"? – pRo Nov 07 '22 at 10:52

0 Answers0