-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Try to use user site-packages more often #4868
Conversation
It makes it install in global site-packages.
We want use user site-packages whenever possible.
Uhm. The configuration related stuff gets messy if we do it this way. :'( I'll go ahead with trying to implement #4575 directly instead. |
@@ -206,6 +216,11 @@ def run(self, options, args): | |||
install_options.append('--user') | |||
install_options.append('--prefix=') | |||
|
|||
# If --user or --global is not passed, use some heuristic to determine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesnt this have to go above to ensure the sanity check and the install option fixup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
Note to self: Be more careful with your merges.
Closing this PR. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #1668
Closes #2418 (this is that carried forward)
Closes #4865
This is another attempt at closing #1668.
State: