Could you tell me how to install packages using pip on Go daddy Linux hosted server. It doesn't provide root access. When I try to install some python package
pip install numpy
it shows:
-bash: pip: command not found
It is giving my Python 2.6.6 and the location is:
/usr/bin/python
Is there any hack for it?