ansible / ansible-runner-service

Other
201 stars 66 forks source link

Fixing problem installing with pip #59

Closed jmolmo closed 4 years ago

jmolmo commented 4 years ago

Python 3.6 already includes pip ( what i do not know is why we do not have this problem when we created the Docker file for first time) Removed the installation of pip using easy-install" because it cause a conflict with the pip installation included with python 3.6. Implications:

FIXES: https://github.com/ansible/ansible-runner-service/issues/56