0

I am a beginner at ambari following below url to build. https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.6.1

I find that it needs python2.6, but the version of yum source is above 2.7. How can I install python2.6 on centos7.4?

I have tried epel source but no help.

Heenashree Khandelwal
  • 659
  • 1
  • 13
  • 30
daixiang0
  • 193
  • 2
  • 10

2 Answers2

1

Try this

sudo yum install python26

or

sudo yum --enablerepo=epel install python26

or see this stackover post

Umar Asghar
  • 3,808
  • 1
  • 36
  • 32
0

It is a bad question since i just want to build ambari-2.6.1.

On my side, i make a soft link '/usr/bin/python2.6' to '/usr/bin/python2.7', then everything works.

But after try to use, it failed. It seems that soft link can not work as expected.

daixiang0
  • 193
  • 2
  • 10