JuliaPro 1.0.1SystemError

今天刚安装了JuliaPro 1.0.1 然后出现这种权限错误,请问如何解决?

提示权限不足,sudo 打开?或者改改文件夹的权限

I’m unable to run JuliaPro with a standard user account, it runs perfectly from an admin account.

Most likely reason for this issue is lack of appropriate permission on the installation directory, you can resolve this issue by changing the permission using following command

sudo chown -R :staff /Applications/JuliaPro-.app/

Example:- sudo chown -R John:staff /Applications/JuliaPro-0.6.0.1.app/

Where “John” is your username followed by JuliaPro install location.

—— Frequently Asked Questions For All Installations – Julia Computing

PS: 打码不全 PATH 还有用户名

睿智!
那我再问一个问题,为什么JuliaPro里面只有Atom juno 等3 个包, 不应该有很多包吗?

1 个赞

你说的很多包指标准库吗?标准库用 Pkg.status() 不会显示;
还是官网的 List of supported Julia packages ,想要什么包可以自己装啊

默认的那几个包是在 Atom 上搭 Julia 的环境用的,我配 Atom 的环境也是要装这两个。

好的,非常感谢你!
因为之前下载0.6的时候st出现很多包,这次只有三个有点差异。