You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- It didn't work because it looked into /tmp/4/ instead of /tmp/3/
- Fixing that doesn't help, because project/scripts/sbt is not meant to
be in the PATH: the script will try to run `sbt` to find the real sbt
launcher, so if it is itself in the PATH we end up with an infinite loop.
0 commit comments