How to install python packages using pip on go daddy linux hosting (don't have root access)

Viewed 3047

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?

1 Answers
Related