原文:Mac 下更新 bash_profile文件

touch .bash profile 将目录跳转到.bash profile这个文件夹 open t .bash profile 打开.bash profile文件 这时候会弹出一个新的窗口输入 export PATH PATH: Users XXXXX Applications apache tomcat . . bin 保存 也有的写: 打开terminal 终端 cd 进入当前用户的hom ...

2018-07-05 11:57 0 1156 推荐指数:

查看详情

mac 更新 .bash_profile 文件

1、打开terminal(终端) 2、cd ~ ( 进入当前用户的home目录) 3、open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile ...

Mon Feb 10 18:19:00 CST 2014 0 46413
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