Last Updated: February 25, 2016
·
586
· sspross

zsh and activator (play framekwork)

while trying to run:

activator -jvm-debug 9999 ~run

I ran into this problem:

zsh: no such user or named directory: run

Solution: just quote the tilde

activator -jvm-debug 9999 \~run