Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
4834dcc7b4f5c07755c9ae1ab09ef455df6684af
/
.
/
templates
/
pip.conf.j2
blob: e19e56a376f1b730380ec64bd12f5042cfca537b [
file
] [
log
] [
blame
]
[
global
]
index
-
url
=
{{
pip_index_url
}}
{%
if
http_proxy
is
defined
%}
proxy
=
{{
http_proxy
}}
{%
endif
%}
{%
if
pip_trusted_hosts
is
defined
%}
[
install
]
trusted
-
hosts
=
{{
pip_trusted_hosts
}}
{%
endif
%}