Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/27.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
Windows python脚本远程执行Bash python脚本_Python_Linux_Windows_Bash - Fatal编程技术网

Windows python脚本远程执行Bash python脚本

Windows python脚本远程执行Bash python脚本,python,linux,windows,bash,Python,Linux,Windows,Bash,我有一个在windows中执行的python脚本。在脚本中的某个时刻,我需要执行一个单独的python脚本,该脚本位于同一网络(运行bash)上的raspberry pi上。我无法使用ssh来实现这一点(由于各种原因)。有人知道我可以使用的其他方法吗?在Windows计算机上本地装载包含脚本目录的Rpi。例如,使用SAMBA。在Windows计算机上本地装载包含脚本目录的Rpi。以SAMBA为例。

我有一个在windows中执行的python脚本。在脚本中的某个时刻,我需要执行一个单独的python脚本,该脚本位于同一网络(运行bash)上的raspberry pi上。我无法使用ssh来实现这一点(由于各种原因)。有人知道我可以使用的其他方法吗?

在Windows计算机上本地装载包含脚本目录的Rpi。例如,使用SAMBA。在Windows计算机上本地装载包含脚本目录的Rpi。以SAMBA为例。