Mac下配置环境变量

2020-07-01  本文已影响0人  FlatMap2021

终端输入
touch .bash_profile;open -e .bash_profile
1.第一次配置使用 touch .bash_profile 创建一个.bash_profile的隐藏配置文件;
2.编辑已存在的配置文件,则使用 open -e .bash_profile 命令。

上一篇 下一篇

猜你喜欢

热点阅读