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
上一篇: Redux详解,有这一篇就够了
下一篇: 最简单——最简单的实现useState