Created
February 19, 2015 17:29
-
-
Save alexsosn/c39094a4ccfd42576302 to your computer and use it in GitHub Desktop.
.bashProfile for Appium setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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