Skip to content

Commit

Permalink
consider root path when looking for installed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Maier committed May 30, 2016
1 parent 69dd4ae commit e568adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pip/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def run(self, options, args):
possible_lib_locations = get_lib_location_guesses(
user=options.use_user_site,
home=temp_target_dir,
root=options.root_path,
prefix=options.prefix_path,
isolated=options.isolated_mode,
)
Expand Down

0 comments on commit e568adc

Please sign in to comment.