标签:变量 ash file bash pen mina 目录 保存文件 启动
MAC 打开.bash_profile进入当前用户的home目录
输入cd ~
创建.bash_profile
输入touch .bash_profile
编辑.bash_profile文件
输入open -e .bash_profile
保存文件,关闭.bash_profile
更新刚配置的环境变量
输入source .bash_profile
标签:变量 ash file bash pen mina 目录 保存文件 启动
原文地址:https://blog.51cto.com/360douruanliang/2395343