Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/python-2.7/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 调试从Python调用的R脚本_Linux_Python 2.7_Debugging_Remote Debugging_Rscript - Fatal编程技术网

Linux 调试从Python调用的R脚本

Linux 调试从Python调用的R脚本,linux,python-2.7,debugging,remote-debugging,rscript,Linux,Python 2.7,Debugging,Remote Debugging,Rscript,我有一个python 2.7脚本,它调用R脚本,如下所示: subprocess.Popen(“Rscript myscript.R”,shell=True)。wait() 代码在Linux上运行。我对R和Linux都不是很熟悉,在Linux上、从Windows远程甚至在Windows本地调试代码的最佳方法是什么?谢谢

我有一个python 2.7脚本,它调用R脚本,如下所示:
subprocess.Popen(“Rscript myscript.R”,shell=True)。wait()
代码在Linux上运行。我对R和Linux都不是很熟悉,在Linux上、从Windows远程甚至在Windows本地调试代码的最佳方法是什么?谢谢