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-pyopenshiftSo 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?
Responses