Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Feb 20, 2021
1 parent 8add29f commit 7b25489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pip/_internal/utils/setuptools_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def make_setuptools_develop_args(
if prefix:
args += ["--prefix", prefix]
if home is not None:
# args += ["--home", home]
args += ["--install-dir", home]

if use_user_site:
Expand Down

0 comments on commit 7b25489

Please sign in to comment.