Add Scala to your system path on Mac
Wednesday, September 5th, 2012 | Programming, Tech
Lets say you are running Mac OS X Lion and you have installed Scala to /usr/local/scala. To access scala from the terminal you need to do the following.
cd /etc/paths.d/
sudo vim scala
Add one line with the following in.
/usr/local/scala/bin
Save the file and restart terminal. You’ll now be able to use scala from the terminal.
Lets say you are running Mac OS X Lion and you have installed Scala to /usr/local/scala. To access scala from the terminal you need to do the following.
cd /etc/paths.d/ sudo vim scala
Add one line with the following in.
/usr/local/scala/bin
Save the file and restart terminal. You’ll now be able to use scala from the terminal.