Installing Typesafe activator on OSX

agusgambina picture agusgambina · Nov 6, 2014 · Viewed 13.3k times · Source

I am trying to install the typesafe activator (scala, AKKA, play framework, activator)

I have Yosemite OSX

My bash is Oh my ZSH

I already have JDK 1.7, installed and exported

I downloaded and unzipped the file "typesafe-activator-1.2.10-minimal". Finally I put the export path on my ~/.zshrc

but when I type activator on the terminal it prints that cant find the file

thank you

Answer

phoenix picture phoenix · Dec 5, 2014

get HomeBrew. play documentation says this : Play install on mac

But there have been some changes to that. Now you have to do this.

Try this:

brew install typesafe-activator

And then use activator command to start it