I want to run `sencha app create`, but my "sencha" command seems to be running the old (SDK Tools?) version. I don't really understand the difference, but I'm trying to follow http://docs.sencha.com/touch/2-0/#!/guide/command but am getting the wrong output.
It's supposed to say "Sencha Command v2.0.0 for Sencha Touch 2" and have reddish command names, but I get the old output (see below):
Code:
$ which sencha
/Applications/SenchaSDKTools-2.0.0-Beta/bin/sencha
$ pwd
/Applications/SenchaSDKTools-2.0.0-Beta
$ sencha
Sencha Command v2.0.0 Beta
Copyright (c) 2012 Sencha Inc.
usage: sencha COMMAND [ARGS]
The available commands are:
build build a JSB project
create bootstrapdata generate boostrap data
create jsb generate a minimal JSB project for an app
create locale generate a template locale file from source
create manifest generate classes manifest
package package your Touch web app into a native bundle
slice theme slice a custom theme's images for IE
See 'sencha help COMMAND' for more information on a specific command.
EDIT: I have an already existing Sencha Touch 2 project, in which running "sencha" DOES run the right version, so I know I have it on my system. But something is wrong with that project, so I'm trying to create a new one.