<div dir="ltr"><div><div><div><div>Hi David,<br><br></div>Ok, sudo python setup.py install without pbr install is not working behind an http proxy.<br><br></div>Because you should use sudo -E python setup.py install to pass http(s)_proxy ernv variables.<br></div>But even if you do so python setup.py install will try to install pbr WITHOUT taking into account proxy info :(<br><br></div>Option 1: you wait for the 1.25 :) <br>Option 2: you install manually pbr with pip or aptitude/yum and requests with aptitude/yum (otherwise requests will complain with https certificates) than<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 12, 2015 at 2:55 AM, Jeremy Stanley <span dir="ltr"><<a href="mailto:fungi@yuggoth.org" target="_blank">fungi@yuggoth.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2015-06-11 23:32:58 +0000 (+0000), KARR, DAVID wrote:<br>
> I managed to install pip, but I don’t understand what “pip install<br>
> git-review” is doing.  It doesn’t appear to be replacing the<br>
> already installed git-review.<br>
<br>
</span>`pip install git-review` installs the latest git-review release from<br>
<a href="http://pypi.python.org" rel="noreferrer" target="_blank">pypi.python.org</a>, but `pip install .` installs the source tree from<br>
your current working directory.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Jeremy Stanley<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>