我正在使用 Ubuntu 14.04,并使用 SSH 连接到远程服务器。我想运行安装在服务器上的 Mathematica 8。当我mathematica
在终端中输入时,它显示Can't open display ""
。我应该怎么做才能运行它?
答案1
连接到服务器时,您需要使用 -X 选项,例如
ssh -X user@servername
我正在使用 Ubuntu 14.04,并使用 SSH 连接到远程服务器。我想运行安装在服务器上的 Mathematica 8。当我mathematica
在终端中输入时,它显示Can't open display ""
。我应该怎么做才能运行它?
连接到服务器时,您需要使用 -X 选项,例如
ssh -X user@servername