Created
November 21, 2011 16:02
-
-
Save fredgrott/1383053 to your computer and use it in GitHub Desktop.
etc/profile env props
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
# JAVA_HOME | |
JAVA_HOME=/usr/lib/jvm/default-java | |
export PATH=$JAVA_HOME:$PATH | |
# GROOVY_HOME | |
GROOVY_HOME=/usr/bin/groovy | |
export PATH=$GROOVY_HOME:$PATH | |
# JYTHON_HOME | |
JYTHON_HOME=/usr/bin/jython | |
export PATH=$JYTHON_HOME:$PATH | |
# GRAPHVIZ_EXECUTAble | |
GRAPHVIZ_EXECUTABLE=/usr/bin/dot | |
export PATH=$GRAPHVIZ_EXECUTABLE:$PATH | |
GIT_SSH =/usr/bin/ssh | |
export PATH=$GIT_SSH:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment