If there are several versions of a tool installed in Redhat. Use command update-alternatives
for prioritization.
For instance with Python, saying Python 2.6, 2.7 and 3.6 versions are installed. With root following bundle of commands activates Python3.6 to be the system-wide default version.
1 | root@localhost# update-alternatives --display python |