博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac OS X 10.11 系统环境变量配置
阅读量:6301 次
发布时间:2019-06-22

本文共 809 字,大约阅读时间需要 2 分钟。

hot3.png

来自  的解决方案

The launchd.conf is the only complete solution that will work for both command line and GUI applications on OS X 10.8 and 10.9, one that will work with GUI and console applications, for all users.

sudo touch /etc/launchd.confsudo nano /etc/launchd.conf

Add

setenv PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

In the example above I added /usr/local/bin to the default environment values for PATH.

Keep in mind that this file is not a script and you do not have the option to use substitutions. Also, to have these applied you need to reboot.

Remember, all others are only partial solutions:

environment.plist does not work for applications launched via Spotlight.

/etc/paths - only for console

/etc/csh.cshrc or /etc/bashrc - only for some shells

转载于:https://my.oschina.net/wuzhichen/blog/550735

你可能感兴趣的文章
ASP.NET MVC 2.0 3.0 4.0分離項目區域實現多人開發管理方案
查看>>
教育小结
查看>>
用TCP/IP实现自己简单的应用程序协议:最后再返回来看HTTP协议
查看>>
DS4300 更换控制器电池 (一)
查看>>
解决跨浏览器下PHP下载文件名中的中文乱码问题
查看>>
Windows Azure Platform 系列文章,第三章 使用Azure创建快照 和 还原系统
查看>>
CentOS7.2系统环境中安装saltstack详细配置过程讲解
查看>>
Oracle 官方文档阅读指南
查看>>
”每次打开visio 2013 pro 均显示windows都是正在设置,请稍后”的精准解决方式!...
查看>>
我的友情链接
查看>>
mysql导入导出
查看>>
计算机常用端口
查看>>
ASP.NET MVC系列:ASP.NET MVC简介
查看>>
我的友情链接
查看>>
Linux内核信号处理机制介绍
查看>>
oraclle数据库建表空间和建用户,删除表空间
查看>>
How to Configure Network Static IP Address and Manage Services on RHEL/CentOS 7.0
查看>>
Windows Phone 7 学习参考网址大全
查看>>
linux sysctl -p 报error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
查看>>
session机制详解以及session的相关应用
查看>>