mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Installing the latest python36-setuptools automatically creates the symlink from python3 -> python3.6 and from python36 -> /usr/bin/python3.6. Building the images fails when the symlink is created explicitly in the AWX installer. Signed-off-by: Uriel Mandujano <uriel.mandujano14@gmail.com>