-
打开terminal(终端)
-
cd ~ ( 进入当前用户的home目录)
-
open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile)
-
直接更改弹出的.bash_profile文件内容
-
command + s 保存文件,然后关闭
-
在terminal(终端)中输入 source .bash_profile (使用刚才更新之后的内容)
打开terminal(终端)
cd ~ ( 进入当前用户的home目录)
open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile)
直接更改弹出的.bash_profile文件内容
command + s 保存文件,然后关闭
在terminal(终端)中输入 source .bash_profile (使用刚才更新之后的内容)
本文标题:mac下更新bash_profile
本文链接:https://www.haomeiwen.com/subject/veaqwftx.html
网友评论