Hi David, Ok, sudo python setup.py install without pbr install is not working behind an http proxy.
Because you should use sudo -E python setup.py install to pass http(s)_proxy ernv variables. But even if you do so python setup.py install will try to install pbr WITHOUT taking into account proxy info :( Option 1: you wait for the 1.25 :) Option 2: you install manually pbr with pip or aptitude/yum and requests with aptitude/yum (otherwise requests will complain with https certificates) than On Fri, Jun 12, 2015 at 2:55 AM, Jeremy Stanley <fu...@yuggoth.org> wrote: > On 2015-06-11 23:32:58 +0000 (+0000), KARR, DAVID wrote: > > I managed to install pip, but I don’t understand what “pip install > > git-review” is doing. It doesn’t appear to be replacing the > > already installed git-review. > > `pip install git-review` installs the latest git-review release from > pypi.python.org, but `pip install .` installs the source tree from > your current working directory. > -- > Jeremy Stanley > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev