-
-
Save edwardyi/df226d7b2332368547967d8af9160efa to your computer and use it in GitHub Desktop.
Revisions
-
visenger revised this gist
Nov 12, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,15 +5,15 @@ #2nd way sudo apt-get remove scala-library scala wget http://www.scala-lang.org/files/archive/scala-2.11.4.deb sudo dpkg -i scala-2.11.4.deb sudo apt-get update sudo apt-get install scala # sbt installation # remove sbt:> sudo apt-get purge sbt. wget http://dl.bintray.com/sbt/debian/sbt-0.13.6.deb sudo dpkg -i sbt-0.13.6.deb sudo apt-get update sudo apt-get install sbt -
visenger revised this gist
Aug 8, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,8 @@ #2nd way sudo apt-get remove scala-library scala wget http://www.scala-lang.org/files/archive/scala-2.11.2.deb sudo dpkg -i scala-2.11.2.deb sudo apt-get update sudo apt-get install scala -
visenger revised this gist
Aug 8, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,9 +11,9 @@ sudo apt-get update sudo apt-get install scala # sbt installation # remove sbt:> sudo apt-get purge sbt. wget http://dl.bintray.com/sbt/debian/sbt-0.13.5.deb sudo dpkg -i sbt-0.13.5.deb sudo apt-get update sudo apt-get install sbt -
visenger revised this gist
Apr 4, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sudo dpkg -i scala-2.10.3.deb sudo apt-get update sudo apt-get install scala # sbt installation # remove sbt:> sudo apt-get purge sbt. wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt//0.12.3/sbt.deb -
visenger revised this gist
Apr 4, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #!/bin/sh # one way (older scala version will be installed) # sudo apt-get install scala #2nd way -
visenger revised this gist
Feb 25, 2014 . 1 changed file with 5 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,16 +4,12 @@ # sudo apt-get install scala #2nd way sudo apt-get remove scala-library scala wget www.scala-lang.org/files/archive/scala-2.10.3.deb sudo dpkg -i scala-2.10.3.deb sudo apt-get update sudo apt-get install scala # remove sbt:> sudo apt-get purge sbt. -
visenger revised this gist
Dec 23, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,9 @@ #!/bin/sh # one way # sudo apt-get install scala #2nd way wget http://www.scala-lang.org/files/archive/scala-2.10.3.tgz tar zxf scala-2.10.3.tgz sudo mv scala-2.10.3 /usr/share/scala -
visenger revised this gist
Oct 10, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,8 @@ sudo ln -s /usr/share/scala/bin/fsc /usr/bin/fsc sudo ln -s /usr/share/scala/bin/scaladoc /usr/bin/scaladoc sudo ln -s /usr/share/scala/bin/scalap /usr/bin/scalap # remove sbt:> sudo apt-get purge sbt. wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt//0.12.3/sbt.deb sudo dpkg -i sbt.deb sudo apt-get update -
visenger revised this gist
Oct 4, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ #!/bin/sh wget http://www.scala-lang.org/files/archive/scala-2.10.3.tgz tar zxf scala-2.10.3.tgz sudo mv scala-2.10.3 /usr/share/scala sudo ln -s /usr/share/scala/bin/scala /usr/bin/scala -
visenger revised this gist
Oct 4, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #!/bin/sh wget http://www.scala-lang.org/files/archive/scala-2.10.3.tgz tar zxf scala-2.10.1.tgz sudo mv scala-2.10.1 /usr/share/scala -
visenger revised this gist
May 1, 2013 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,9 @@ sudo ln -s /usr/share/scala/bin/scala /usr/bin/scala sudo ln -s /usr/share/scala/bin/scalac /usr/bin/scalac sudo ln -s /usr/share/scala/bin/fsc /usr/bin/fsc sudo ln -s /usr/share/scala/bin/scaladoc /usr/bin/scaladoc sudo ln -s /usr/share/scala/bin/scalap /usr/bin/scalap wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt//0.12.3/sbt.deb sudo dpkg -i sbt.deb sudo apt-get update sudo apt-get install sbt -
visenger revised this gist
May 1, 2013 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,10 @@ wget http://www.scala-lang.org/downloads/distrib/files/scala-2.10.1.tgz tar zxf scala-2.10.1.tgz sudo mv scala-2.10.1 /usr/share/scala sudo ln -s /usr/share/scala/bin/scala /usr/bin/scala sudo ln -s /usr/share/scala/bin/scalac /usr/bin/scalac sudo ln -s /usr/share/scala/bin/fsc /usr/bin/fsc sudo ln -s /usr/share/scala/bin/scaladoc /usr/bin/scaladoc sudo ln -s /usr/share/scala/bin/scalap /usr/bin/scalap -
visenger created this gist
May 1, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/sh wget http://www.scala-lang.org/downloads/distrib/files/scala-2.10.1.tgz tar zxf scala-2.10.1.tgz sudo mv scala-2.10.1 /usr/share/scala