当前位置: 代码迷 >> 综合 >> mac 配置环境变量 .bash_profile
  详细解决方案

mac 配置环境变量 .bash_profile

热度:15   发布时间:2024-01-10 16:11:27.0

主要我老记错  .bash_profile名字。。。

1:编辑 .bash_profile文件

 vim .bash_profile

 

2.然后各种配置。。。

 

3.配置完成后:wq!保存退出

 

4.使配置生效:

使用”source .bash_profile”使配置生效 

 

 

 

 

 

 

  相关解决方案