I am using SSH secure shell to connect to the my remote server. I am using plone. When I go to the console through
./bin/instance debug
I am able to execute python codes. However, when I write
python bootstrap.py
it gives me error that says:
python:command not found.
I think it is due to the path issue. But, I don't have any idea to solve it! Can anyone suggest me about what should I do?

/usr/bin/python. – poke Aug 7 '12 at 10:06