native way to install pip witout RHSCL or EPEL?
For openshift preparation we want to use some ansible modules with pip requirements on the target machines.
Like docker-py
for docker_image_module or openshift
for openshift_raw_module.
So we need pip on this target machines. To avoid overhead, we dont want to use RHSCL or EPEL.
Is there a native way to install pip?