When I try to install something via putty SSH yum install python-setuptools && easy_install pip, it tells me that:
You need to be root to perform this command
Even if I use sudo yum install python-setuptools && easy_install pip still get permission denied.
How can get root user permission or how can I resolve this?