We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550d2f commit a2ed936Copy full SHA for a2ed936
get-pipenv.py
@@ -81,7 +81,7 @@ def determine_pip_install_arguments():
81
if include_wheel(pre):
82
args.append("wheel")
83
84
- args = args.append("pipenv")
+ args.append("pipenv")
85
return ["install", "--upgrade", "--force-reinstall"] + args
86
87
0 commit comments