首页 > 系统服务 > 详细

Mac 环境通用

时间:2018-06-08 13:09:42      阅读:156      评论:0      收藏:0      [点我收藏+]
mac 下更新 .bash_profile 文件
1、打开terminal(终端)
2、cd ~ ( 进入当前用户的home目录)
3、open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile)
4、直接更改弹出的.bash_profile文件内容
5、command + s 保存文件,然后关闭
6、在terminal(终端)中输入 source .bash_profile (使用刚才更新之后的内容)



Mac 环境通用

原文:https://www.cnblogs.com/welldones/p/9154750.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!