我已经阅读了几个关于如何在OSX上永久设置环境变量的答案。
首先,我尝试了How to permanently set $PATH on Linux/Unix,但收到错误消息no such file and directory
,因此我认为可以尝试~/.bash_profile
而不是~/.profile
,但它不起作用。
其次,我找到了这个解决方案How to set the $PATH as used by applications in os x,它建议在
~/.MacOSX/Environment.plist
但我还是犯了no such file and directory
错误。
我需要一种方法来设置这些变量,这样就不需要在每次打开新的终端会话时反复设置它们。
1条答案
按热度按时间pod7payv1#
您必须将其添加到
/etc/paths
。参考资料(适用于我):此处