Created
January 29, 2015 16:43
-
-
Save t0mmyt/12286fea3d79c53f213b to your computer and use it in GitHub Desktop.
scala update-alternative
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
sudo update-alternatives --install /usr/bin/scala scala "/opt/scala/latest/bin/scala" 1 | |
sudo update-alternatives --install /usr/bin/scalac scalac "/opt/scala/latest/bin/scalac" 1 | |
sudo update-alternatives --install /usr/bin/fsc fsc "/opt/scala/latest/bin/fsc" 1 | |
sudo update-alternatives --install /usr/bin/sbaz sbaz "/opt/scala/latest/bin/sbaz" 1 | |
sudo update-alternatives --install /usr/bin/sbaz-setup sbaz-setup "/opt/scala/latest/bin/sbaz-setup" 1 | |
sudo update-alternatives --install /usr/bin/scalap scalap "/opt/scala/latest/bin/scalap" 1 | |
sudo update-alternatives --install /usr/bin/scaladoc scaladoc "/opt/scala/latest/bin/scaladoc" 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment