cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 48 forks source link

Pip3 is called explicitly #236

Open WillDyson opened 3 months ago

WillDyson commented 3 months ago

The pip3 binary is referred to directly in the playbook. RHEL doesn't automatically link Pip 3.8 to this name as there may be multiple versions of Python 3 installed. Are we able to remove this requirement or parametrise it somehow?