Running sbt run fails without running web-stage first
Closed this issue · 1 comments
TimMoore commented
Error
java.io.IOException: Cannot run program "python" (in directory "/Users/tmoore/Projects/lagom.github.io/target/web/stage"): error=2, No such file or directory
Reproduction
rm -r target && sbt run
Workaround
sbt web-stage run