问题1.play framework Activator: command not found

来源:互联网 发布:单片机怎么烧录程序 编辑:程序博客网 时间:2024/05/21 15:04

As stated in my comment, you'll want to add export PATH=$PATH:/full/path/to/activator/directory to your .bashrc file.

and 
activator clean compile 

from the play application folder worked for me.

then

activator run


However you also want to fix the version of scala-compiler use, and you want it to match your configured scalaVersion:

dependencyOverrides += "org.scala-lang" % "scala-compiler" % scalaVersion.value

0 0
原创粉丝点击