为什么 gnuplot 不起作用。错误 cpu 可执行文件类型
Why gnuplot don't work. Bad cpu type in executable
我已经用 Homebrew 安装了 gnuplot,但是当我在终端上启动 gnuplot 命令时,它说:“zsh: bad CPU type in executable: gnuplot”。我有 Mac Os Catalina 10.15.4。我不知道该怎么办。
首先,当您 运行 gnuplot
:
时,找出您实际上 运行宁
type gnuplot
gnuplot is /SOMETHING/SOMEWHERE
现在你知道你实际上是什么了 运行ning。注意结果。现在找到是什么类型的文件:
file /SOMETHING/SOMEWHERE
您希望结果 Mach-O 64-bit executable x86_64
这对于 Intel Mac 是正确的,除非您使用的是 Apple Silicon。
我已经用 Homebrew 安装了 gnuplot,但是当我在终端上启动 gnuplot 命令时,它说:“zsh: bad CPU type in executable: gnuplot”。我有 Mac Os Catalina 10.15.4。我不知道该怎么办。
首先,当您 运行 gnuplot
:
type gnuplot
gnuplot is /SOMETHING/SOMEWHERE
现在你知道你实际上是什么了 运行ning。注意结果。现在找到是什么类型的文件:
file /SOMETHING/SOMEWHERE
您希望结果 Mach-O 64-bit executable x86_64
这对于 Intel Mac 是正确的,除非您使用的是 Apple Silicon。