ezoic

Monday, May 1, 2017

How to install scala 2.13.0


How to install scala 2.13.0


Versions:


https://www.scala-lang.org/download/2.13.0-M1.html



sudo apt-get remove scala-library scala
wget http://www.scala-lang.org/files/archive/scala-2.13.0-M1.deb
sudo dpkg -i scala-2.13.0-M1.deb
sudo apt-get update
sudo apt-get install scala


No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...