Using HDP 2.5 I have used the putty terminal to try and download python.
I went through the steps of logging in ad maria_dev, using su root to be a root user then running the command:
yum install python-pip
I ran an error, which I have heard if you are running 2.5, you should run the following commands as a fix:
cd /etc/yum.repos.d
cd sandbox.repo /tmp
However when I get to the step above, it says there is no directory that exists with that name.
Please let me know why this is part of the instructions if there is no directory for this. I am looking to move past the following error:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: AMBARI.2.4.0.0-2.x. Please verify its path and try again
Thanks!