Make using the global Python environment opt-in #369
brettcannon
started this conversation in
Ideas
Replies: 2 comments
-
Related: #243 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This probably should be a part of a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would probably entail creating an empty virtual environment on execution to avoid using anything installed globally (this is effectively #329 but with an assumption every file defines at least an empty set of dependencies and a Python requirement of anything).There should be some form of opt-out to allow using the global environment for some reason.
This would help prevent installing globally or accidentally relying on something installed globally.
Beta Was this translation helpful? Give feedback.
All reactions