Created
January 23, 2019 09:32
-
-
Save ttj4/0e66fe9633919c4a06792acf1d4d26d6 to your computer and use it in GitHub Desktop.
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
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java8-installer | |
add these in /etc/environment | |
JAVA_HOME=/usr/lib/jvm/java-8-oracle | |
JRE_HOME=/usr/lib/jvm/java-8-oracle/jre | |
do : source /etc/environment | |
-------------------------------------------------------- | |
wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz | |
sudo tar -C /usr/local -xzf go1.11.2.linux-amd64.tar.gz | |
add in ~/profile : export PATH=$PATH:/usr/local/go/bin | |
do source ~/profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment