I’ve exported play framework 1.2.1 in my user folder, inside “play-framework” and I’m now trying to run the script but I can’t get it to.
When I’m inside the directory and simply type “play”, it doesn’t work, and I also tried renaming it to play.py and calling it with “python play.py”, still nothing.
Any ideas what I’m doing wrong?
Run
from it’s directory
Or add the directory to your PATH
And.. are you sure you get nothing as a response? Should be some error, like ‘command not found’.