【Ubuntu】/etc/profile

export JAVA_HOME=/home/hp/programmefiles/jdk1.8.0_73/
export PATH=$JAVA_HOME/bin:$PATH
export SCALA_HOME=/home/hp/programmefiles/scala-2.11.8/
export PATH=$SCALA_HOME/bin:$PATH
export SPARK_HOME=/home/hp/programmefiles/spark/
export PATH=$SPARK_HOME/bin:$PATH
export KIBANA_HOME=/home/hp/programmefiles/kibana/
export PATH=$KIBANA_HOME/bin:$PATH

原文地址:https://www.cnblogs.com/colipso/p/6763661.html