mac 下更新 .bash_profile 文件

来源:互联网 发布:域名邮箱申请条件 编辑:程序博客网 时间:2024/05/16 23:35

mac 下更新 .bash_profile 文件


在mac下配置cocos2dx游戏引擎的android编译环境配置

1、打开terminal(终端)

2、cd ~ ( 进入当前用户的home目录)

3、open .bash_profile (打开.bash_profile文件)

4、直接更改弹出的.bash_profile文件内容

5、command + s 保存文件,然后关闭

6、在terminal(终端)中输入 source .bash_profile (使用刚才更新之后的内容)


0 0