yychenleslie / SoftMatterDiscuss

软物质交流,讨论。
7 stars 0 forks source link

在MAC系统安装Gnuplot #28

Open HuangJiaLian opened 3 years ago

HuangJiaLian commented 3 years ago

在终端执行下面两个命令:

安装brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

用brew安装gunplot

brew install gnuplot

中途应该会安装很多依赖软件。

HuangJiaLian commented 3 years ago
bener@localhost ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
bener@localhost ~ %
这个资源是在github上,我们不翻墙的话浏览不太稳定,可以尝试使用不同的网络。比如用手机的流量分热点,可能就可以了。

如出现网络问题参考: https://zhuanlan.zhihu.com/p/107973952