简体   繁体   English

未找到 stata-se、xstata-se 命令

[英]stata-se, xstata-se command not found

I can't open the GUI of Stata running on local macOS machine from remote Ubuntu server.我无法从远程 Ubuntu 服务器打开在本地 macOS 机器上运行的 Stata 的 GUI。

I have installed stata-se on my local machine, I can open X11 apps like xclock and xeyes .我已经在本地机器上安装了stata-se ,我可以打开 X11 应用程序,例如xclockxeyes I'm using the following command to connect to the server:我正在使用以下命令连接到服务器:

ssh -X username@servername -p XXXX

Is there any to resolve this issue?有没有办法解决这个问题?

Since the distinction is a little unclear in the question:由于问题中的区别有点不清楚:

According to the documentation the command to launch the Stata SE GUI is:根据文档,启动 Stata SE GUI 的命令是:

xstata-se

while尽管

stata-se

launches the console version.启动控制台版本。

Since these are not working you can confirm the syntax diagram with:由于这些不起作用,您可以通过以下方式确认语法图:

stata -h

which will tell you the correct syntax, if Stata is actually installed.如果实际安装了 Stata,它将告诉您正确的语法。

If you are seeing something like:如果你看到类似的东西:

$ command not found: Stata

then you may, similar to this , need to make sure that the path to Stata is properly set in your path file.那么您可能与类似,需要确保在您的路径文件中正确设置了 Stata 的路径。 Exactly how you do this depends on your terminal and operating system.具体如何操作取决于您的终端和操作系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM