-
Notifications
You must be signed in to change notification settings - Fork 315
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
Added scripts to set PYTHONUSERSITE #726
Conversation
This also puts in place a more general infrastructure should we ever become more opinionated and automatically hook up things like pre-commit
I don't get this, we already set PYTHONUSERSITE where it's needed to solve the issue: https://github.com/mozilla/OpenWPM/blob/master/scripts/repin.sh#L12-L15 Why is the existing solution insufficient? |
I've just seen the tread on matrix so am caught up on your motivations. |
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.
I think I need to talk this through with you to understand a bunch of aspects. I can write them out if it's useful but we can just talk about it.
This script aims to be plattform independent and idempotent | ||
""" | ||
|
||
CONDA_SCRIPT_DIR = "./etc/conda" |
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.
I still have a path in my head of how we can support windows. I think it would be good if we didn't add things that inhibit that possibility.
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.
Tests seem to fail too
Yeah, this PR is pretty broken. Do you want to pick it up and play around with it? |
This also puts in place a more general infrastructure
should we ever become more opinionated and
automatically hook up things like pre-commit
Closes #689