I can't get sencha command 3.0.0.250 to install correctly.
I'm on OSX 10.7.5. Using zsh shell.
Installing sencha command I install to the default "users/mark/bin"
I've downloaded sencha touch 2.1.0 commercial and navigated to that sdk folder. Running "sencha" in terminal gives "zsh: command not found: sencha"
I guess I'm installing to the wrong directory?
Advice would be appreciated.
If anyone else is having this problem, the solution is to create an alias in your .zshrc file to the sencha executable. In my case this looked like this
alias sencha="~/bin/Sencha/Cmd/3.0.0.250/sencha"