Created
August 16, 2015 19:14
-
-
Save lihonosov/11896b5c500a721f5fdc to your computer and use it in GitHub Desktop.
linux_export_path
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 ANT_HOME=/opt/ant | |
export M2_HOME=/opt/maven | |
export JAVA_HOME=/opt/java | |
export GRADLE_HOME=/opt/gradle | |
export PLAY_HOME=/opt/play | |
export SBT_HOME=/opt/sbt | |
export SCALA_HOME=/opt/scala | |
export PATH=$PATH:$ANT_HOME/bin:$M2_HOME/bin:$JAVA_HOME/bin:$GRADLE_HOME/bin:$PLAY_HOME:$SBT_HOME/bin:$SCALA_HOME/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment