原文:mac 下更新 .bash_profile 文件

打开terminal 终端 cd 进入当前用户的home目录 open .bash profile 打开.bash profile文件,如果文件不存在就 创建文件:touch .bash profile 编辑文件:open e bash profile 直接更改弹出的.bash profile文件内容 command s 保存文件,然后关闭 在terminal 终端 中输入 source .ba ...

2014-02-10 10:19 0 46413 推荐指数:

查看详情

Mac 更新 bash_profile文件

touch ~/.bash_profile; // 将目录跳转到.bash_profile这个文件夹 open -t ~/.bash_profile //打开.bash_profile文件 这时候会弹出一个新的窗口输入 export PATH=$PATH:/Users/XXXXX ...

Thu Jul 05 19:57:00 CST 2018 0 1156
Mac 打开、编辑 .bash_profile 文件

参考:http://mirrors.ustc.edu.cn/help/homebrew-bottles.html 或者: 1、创建 .bash_profile 2、查看 、编辑 .bash_profile 文件 3、更新刚配置的环境变量 ...

Thu Jul 19 20:50:00 CST 2018 0 7803
Mac 打开、编辑 .bash_profile 文件

1. 启动终端Terminal 2. 进入当前用户的home目录 输入cd ~ 3. 创建.bash_profile 输入touch .bash_profile 4. 编辑.bash_profile文件 输入open .bash_profile ...

Wed Jun 05 21:53:00 CST 2019 0 2917
MAC 上找不到.bash_profile该怎么办?

1. 启动终端Terminal 2. 进入当前用户的home目录 输入cd ~ 3. 创建.bash_profile 输入touch .bash_profile 4. 编辑.bash_profile文件 输入open -e .bash_profile ...

Fri May 02 19:32:00 CST 2014 0 2294
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM