Skip to content

Instantly share code, notes, and snippets.

@nelsoncbf
Created June 21, 2019 02:45
Show Gist options
  • Save nelsoncbf/e03b93ac2fa1eb152ad635317190dded to your computer and use it in GitHub Desktop.
Save nelsoncbf/e03b93ac2fa1eb152ad635317190dded to your computer and use it in GitHub Desktop.
/etc/environment
# Androidsdk /etc/profile
export ANDROID=/opt/android
export PATH=$PATH:$ANDROID/tools
export PATH=$PATH:$ANDROID/tools/bin
export PATH=$PATH:$ANDROID/platform-tools
# Nodejs /etc/profile
VERSION=v10.16.0
DISTRO=linux-x64
export OPT_RAIZ=/opt
export PATH=$PATH:$OPT_RAIZ/nodejs
export PATH=$PATH:$OPT_RAIZ/nodejs/bin
# JDK /etc/environment
J2SDKDIR="/usr/lib/jvm/jdk1.8.0_212"
J2REDIR="/usr/lib/jvm/jdk1.8.0_212/jre"
JAVA_HOME="/usr/lib/jvm/jdk1.8.0_212"
DERBY_HOME="/usr/lib/jvm/jdk1.8.0_212/db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment