首页 > 系统服务 > 详细

MAC 打开.bash_profile

时间:2019-05-16 10:39:39      阅读:132      评论:0      收藏:0      [点我收藏+]
MAC 打开.bash_profile

  1. 启动终端Terminal
  2. 进入当前用户的home目录

    输入cd ~

  3. 创建.bash_profile

    输入touch .bash_profile

  4. 编辑.bash_profile文件

    输入open -e .bash_profile

  5. 保存文件,关闭.bash_profile

  6. 更新刚配置的环境变量

    输入source .bash_profile

MAC 打开.bash_profile

原文:https://blog.51cto.com/360douruanliang/2395343

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