I am following this guideline to install python 2.7.11 on a CentOs shared hosting (bluehost). I get the following error during the make install phase:
(cd /home2/some_user/python/bin; ln -s python2 python)
ln: creating symbolic link `python': Permission denied
make: *** [bininstall] Error 1
Anywhere in the guideline mentioned 2.7.2 I changed it to 2.7.11. A few hours back I had installed 2.7.2 with no issues. I get this error when installing 2.7.11.
How can I skip this error and continue with installation of 2.7.11?
Or if there are better ways to install python 2.7.11 on shared hosting it's ok to change method.