My computer says...
"-bash: appcfg.py: command not found"
What is wrong?
I can run my application using google-app-engine-launcher and I have python pre-installed.
I am trying to upload my app using "appcfg.py update myapp"
I am new to Mac development.
This is how my path dir looks like: Home/Brice/google_projects/google_appengine
I store both the google_appengine and my google_apps in my google_projects folder
In terminal: (While in my google_projects folder)
upload to localhost:
upload to GAE:
and replace appname with the name of your app folder
Hope that helps!