Skip to content

Instantly share code, notes, and snippets.

@alexsosn
Created February 19, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexsosn/c39094a4ccfd42576302 to your computer and use it in GitHub Desktop.
Save alexsosn/c39094a4ccfd42576302 to your computer and use it in GitHub Desktop.
.bashProfile for Appium setup
export ANDROID_HOME="/Users/asos/Library/Developer/Xamarin/android-sdk-macosx"
ANDROID_TOOLS=$ANDROID_HOME/tools/:$ANDROID_HOME/platform-tools
export PATH=$ANDROID_TOOLS:$PATH
export JAVA_HOME=$(/usr/libexec/java_home)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment