-
13 Nov 2012 10:33 AM #11
Yay, that works, thanks again ! Weird why Sencha Cmd v3.0.0 did not add in ".bash_profile" var by itself when I tried to install. But manually adding works too. Thanks!
-
13 Nov 2012 10:42 AM #12Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
- Answers
- 3101
I would agree. When I have installed it and installed new versions it has been updating my path properly so I'm not sure what went wrong but end result is we got it fixed.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
13 Nov 2012 10:53 AM #13
I agree, it maybe as well because MAC OS versi, I am using Mountain Lion, and the $PATH variable is in ".bash_profile" and not just ".profile". Anyways your suggestion works like a magic and thanks 1 more time for your help and have a great day
-
17 Nov 2012 3:29 AM #14
I have the same problem for last few days. It is very annoying. I wish somebody can tell me what am I doing wrong. I downloaded newest Sencha, installed SDK - Tools. In terminal I change directory to the Sencha /Users/sadmin/Downloads/sencha-touch-2.1.0-commercial/ and execute sencha command and I am getting the [WARN]... error.
My path looks like:
Code:echo $PATH /Applications/SenchaSDKTools-2.0.0-beta3:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin
-
18 Nov 2012 6:27 AM #15Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
- Answers
- 3101
SDK Tools should not be used with ST 2.1, you should use Sencha Cmd
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
18 Nov 2012 6:32 AM #16
For me as well the new Sencha CMD did not update my $PATH, so I had to do it manually.
I your case as ell feels like you have just the SenchaSdkTools and not the CMD one, which needs to be updated your ".bash_profile" file. That is how I solved the issue in my case
-
18 Nov 2012 8:53 AM #17
Manually updating. bash_profile
Manually updating. bash_profile
This seems to have worked for me as well, thanks for the direction.


Reply With Quote