Comment 1 for bug 1383370

Revision history for this message
Ian Wienand (iwienand) wrote :

So it tires to run get-pip.py, which says that it is already installed, but then when it tries to run "pip" it is not there

---
2014-10-20 16:23:24.833 | + install_get_pip
2014-10-20 16:23:24.833 | + [[ ! -r /home/dtantsur/devstack/files/get-pip.py ]]
2014-10-20 16:23:24.833 | + sudo -E python /home/dtantsur/devstack/files/get-pip.py
2014-10-20 16:23:26.084 | Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
2014-10-20 16:23:26.085 | Cleaning up...
2014-10-20 16:23:26.105 | + [[ -n '' ]]
2014-10-20 16:23:26.106 | + pip_install -U setuptools
2014-10-20 16:23:26.109 | which: no pip
---

can you try get-pip.py with -U? That should force reinstall it