-
4 Nov 2011 8:03 AM #1
sencha: command not found
sencha: command not found
I installed the linux version of the SDK tools and when I open a command line window and type sencha it says: sencha: command not found
I even installed with sudo in front of it to make sure I'm not doing it wrong. Installer works ok, it creates the uninstaller and everything but 'sencha' is not found. Any idea why is that?
-
4 Nov 2011 11:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,682
- Vote Rating
- 435
Your path didn't get updated?
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.
-
4 Nov 2011 2:58 PM #3
-
10 Nov 2011 2:08 AM #4
I'm not a linux guru, but maybe the problem is that you used sudo to install the tools so it updated the root user's path and not the user you are logged in as when trying to use the tools?
Try this:
and see if the path is set there.Code:sudo su echo $PATH
You probably just need to do this to get things to work (when logged in as your normal user):
(adjusting that for any differences in your actual path)Code:export PATH=$PATH:/opt/SenchaSDKTools-1.2.3:/opt/SenchaSDKTools-1.2.3/command:/opt/SenchaSDKTools-1.2.3/appbuilder:/opt/SenchaSDKTools-1.2.3/jsbuilder
Try the Sencha Learning Center
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote