summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_internal/commands/install.py')
-rw-r--r--src/pip/_internal/commands/install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pip/_internal/commands/install.py b/src/pip/_internal/commands/install.py
index e56dfa47d..c7dcf28df 100644
--- a/src/pip/_internal/commands/install.py
+++ b/src/pip/_internal/commands/install.py
@@ -288,9 +288,6 @@ class InstallCommand(RequirementCommand):
if options.upgrade:
upgrade_strategy = options.upgrade_strategy
- if options.build_dir:
- options.build_dir = os.path.abspath(options.build_dir)
-
cmdoptions.check_dist_restriction(options, check_target=True)
install_options = options.install_options or []