初次接触scala,感觉怪怪的。

一、安装

  mac环境,先去官网(https://scala-lang.org/download/all.html)下载需要的包。解压到/usr/local/share。

  配置环境变量:~/.bash_profile,新增export TERM=xterm-color、export PATH="$PATH:/usr/local/share/scala/bin"

  IDEA下安装scala插件。

相关文章:

  • 2021-08-12
  • 2021-12-02
  • 2022-03-04
  • 2021-05-29
  • 2021-07-29
  • 2021-07-08
  • 2021-07-14
猜你喜欢
  • 2021-10-03
  • 2021-12-28
  • 2022-01-29
  • 2021-12-16
  • 2021-09-21
  • 2021-04-13
  • 2021-05-27
相关资源
相似解决方案