Member since
04-11-2017
1
Post
0
Kudos Received
0
Solutions
03-30-2019
11:50 AM
Hi, Create a new file in /etc/profile.d/ named “your_scala_version.sh”. The full path should be “/etc/profile.d/your_scala_version.sh”. Then, enter these next two lines in the file: export SCALA_HOME="/path to your scala folder" export PATH="$PATH:${SCALA_HOME}/bin" Then you need to restart the system. That's all.
... View more