Skip to main content
Use code formatting for verbatim command reproductions
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

I did the following...... yum install python2 yum install python39 yum install python3 python3-pip pip3 install --upgrade setuptools pip2 install ansible:

yum install python2
yum install python39
yum install python3 python3-pip
pip3 install --upgrade setuptools
pip2 install ansible

And it worked.

I did the following...... yum install python2 yum install python39 yum install python3 python3-pip pip3 install --upgrade setuptools pip2 install ansible

And it worked.

I did the following:

yum install python2
yum install python39
yum install python3 python3-pip
pip3 install --upgrade setuptools
pip2 install ansible

And it worked.

Source Link

I did the following...... yum install python2 yum install python39 yum install python3 python3-pip pip3 install --upgrade setuptools pip2 install ansible

And it worked.