[Errno 2] No such file or directory: 'usr/bin/python': 'usr/bin/python'
/usr/bin/python: bad interpreter: No such file or directory
This error caused by no existence of simbolic link.
solution
ln -s /usr/bin/python2.7 /usr/bin/python
It makes simbolic link that command of python
.