summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pbr/packaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/packaging.py b/pbr/packaging.py
index f6cd1b3..66c988c 100644
--- a/pbr/packaging.py
+++ b/pbr/packaging.py
@@ -88,7 +88,7 @@ def _pip_install(links, requires, root=None):
if root:
root_cmd = "--root=%s" % root
_run_shell_command(
- "%s -m pip install %s %s %s" % (
+ "%s -m pip.__init__ install %s %s %s" % (
sys.executable,
root_cmd,
" ".join(links),