===== Install Python pip ===== yum install python27-python-pip scl enable python27 bash To get permanent /etc/profile.d/enablepython27.sh #!/bin/bash source scl_source enable python27 ==== Referencias ==== * https://access.redhat.com/solutions/527703 * https://access.redhat.com/solutions/1519803