Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553762 | Differences between
and this patch

Collapse All | Expand All

(-)a/pip/commands/install.py (-1 / +3 lines)
Lines 204-209 class InstallCommand(RequirementCommand): Link Here
204
            )
204
            )
205
            options.ignore_installed = True
205
            options.ignore_installed = True
206
206
207
        if not options.use_user_site and not options.target_dir and not options.root_path:
208
            raise CommandError("(Gentoo) Please run pip with the --user option to avoid breaking python-exec")
209
207
        if options.build_dir:
210
        if options.build_dir:
208
            options.build_dir = os.path.abspath(options.build_dir)
211
            options.build_dir = os.path.abspath(options.build_dir)
209
212
210
- 

Return to bug 553762