You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: