Commit 19cafe30 by Arun Babu Neelicattu Committed by Steph Samson

pip installer: fix incorrect method call

Resolves: #3272
parent 3ef60e71
...@@ -229,7 +229,7 @@ class PipInstaller(BaseInstaller): ...@@ -229,7 +229,7 @@ class PipInstaller(BaseInstaller):
args.append(req) args.append(req)
return self.run_pip(*args) return self.run(*args)
if package.develop: if package.develop:
args.append("-e") args.append("-e")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment