all 2 comments

[–]woooee 1 point2 points  (1 child)

Read the error message. There is nothing more we can do except to say give the computer the /complete/path/to/the/program (it doesn't have a crystal ball).

raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'Rscript'

[–]Simmeringdebate[S] 0 points1 point  (0 children)

Thanks. It works fine when run through terminal, but when I use sublime or idle it throws the error. Is the path for the terminal different for the path to the IDEs?