Julia 集群

我希望通过 SSH 在远程计算机上添加进程。本机为 Win10 系统,远程计算机为 Win10 虚拟机。本机已经可以通过 SSH 远程登录虚拟机。

此时我运行

using Distributed
addprocs(["usr@hostname"])

会报错

sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file

Image

想请教一下,出现这种报错是什么问题导致的。

shell 设置没

哦哦哦,没看到默认是linux的,多谢多谢