欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Install Scala Shell

程序员文章站 2022-03-04 14:11:03
...
# download the install deb
wget https://downloads.lightbend.com/scala/2.12.7/scala-2.12.7.deb
# install the deb pacakge
sudo dpkg -i scala-2.12.7.deb
# check the version
scala -version
# enter the scala shell
scala	
# quit the scala shell
:q
# paste code
:paste
相关标签: Scala