あっ…
$ brew install play
じゃ入れることが出来ませんでした。 いや、入れることは出来るよ?でもplayコマンドをたたくと Permission Deniedってかえってくるんだ。
しょうがないので、 install
パッケージをダウンロードして /Applications/に突っ込んでalias play="/Applications/play-xxxx"
とかやってみたら動いた。
$ play
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
_
_ __ | | __ _ _ _
| '_ \| |/ _' | || |
| __/|_|\____|\__ /
|_| |__/
play 2.2.0 built with Scala 2.10.2 (running Java 1.7.0_45), http://www.playframework.com
This is not a play application!
Use `play new` to create a new Play application in the current directory,
or go to an existing application and launch the development console using `play`.
You can also browse the complete documentation at http://www.playframework.com.
