Created
May 20, 2019 23:48
-
-
Save yenda/99ea58710852c9eaa6fc74898677e934 to your computer and use it in GitHub Desktop.
android
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=$HOME/Android/Sdk | |
export ANDROID_NDK_HOME=$HOME/android-ndk-r10e | |
export ANDROID_SDK=$ANDROID_HOME | |
export ANDROID_SDK_ROOT=$ANDROID_HOME | |
export ANDROID_NDK=$HOME/android-ndk-r10e | |
export PATH=${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/tools:${ANDROID_HOME}/emulator:${PATH} | |
export PATH=$PATH:/usr/local/go/bin | |
export GOPATH=$HOME/go | |
export STATUS_REACT_HOME=$HOME/status-react | |
export STATUS_GO_HOME=$GOPATH/src/github.com/status-im/status-go | |
export QT_PATH=/home/yenda/Qt5.11.2/5.11.2 | |
export PATH=$QT_PATH/gcc_64/bin:$PATH | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment