首页 > 学院 > 开发设计 > 正文

mac下环境变量配置

2019-11-09 18:48:56
字体:
来源:转载
供稿:网友

主要就是编辑.bash_PRofile文件 没有的话新建一个touch.bash_profile

打开.bash_profile文件有两种方法:

1.终端输入open .bash_profile

2.终端输入pico .bash_profile

open .bash_profile的话直接编辑就好,pico .bash_profile需要一些额外的操作

NDK为例:

export NDK_ROOT=/Users/Evan/Documents/android-ndk

export ANDROID_NDK_ROOT="/Users/Evan/Documents/android-ndk"

PATH=${PATH}:/Users/Evan/Documents/android-ndk

contrl + x保存一下,再输入 Y确认,最后来个enter.最后的最后,关闭终端,重新打开一下.

      ******一定要重启终端******

最后source .bash_profile保存


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表