I am operating behind a proxy and have a local pip mirror which I use to install packages normally. Executing the playbook.run file causes it to try and reach out to pypi.org instead of my index. I can work around this by copying a pip.conf to the system prior to executing the binary, but that is not optimal. I would like to be able to build the pip.conf into the package. Is this possible?
I am operating behind a proxy and have a local pip mirror which I use to install packages normally. Executing the playbook.run file causes it to try and reach out to pypi.org instead of my index. I can work around this by copying a pip.conf to the system prior to executing the binary, but that is not optimal. I would like to be able to build the pip.conf into the package. Is this possible?