美文网首页
mac 环境变量2023-03-23

mac 环境变量2023-03-23

作者: iOS打怪升级 | 来源:发表于2023-03-22 11:32 被阅读0次
Mac加载环境变量的顺序为:
/etc/profile

/etc/paths

 ~/.bash_profile 

~/.bash_login 

~/.profile 

~/.basic

注意事项:
其中/etc是系统启动就加载的,详见

常见问题:python 第三方库装好并在.bashrc设置环境变量后,python里总是import不进来,原来是要在/etc/paths中设置,写入bin所在路径,解决~

相关文章

网友评论

      本文标题:mac 环境变量2023-03-23

      本文链接:https://www.haomeiwen.com/subject/kigvrdtx.html