open .bash_profile
source .bash_profile
Appium官网下载:appium / Appium.app / Downloads — Bitbucket
环境变量配置
ANDROID_HOME=/Users/xxx/Library/Android/sdk
export ANDROID_HOME
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
export JAVA_HOME
参考简书
open .bash_profile
source .bash_profile