Our server OS is CentOS 6.8, I was trying to install google-cloud-sdk, even though I installed
python 2.7 in /usr/local/bin
, it is still looking at old version of
python 2.6 in /usr/bin
. I tried giving export PATH=/usr/local/bin:$PATH
to first look at /usr/local/bin than /usr/bin but still the problem persists. please suggest a way to fix.
The Cloud SDK RPM packages are supported for Red Hat Enterprise Level 7 and CentOS 7.
, so I think CentOS upgrade to version 7 or more is safer option for this problem. – Yogesh Patil