virtualenv_create
sets include-system-site-packages = true
#2009
Unanswered
jiasli
asked this question in
Writing Formulae/Casks
Replies: 1 comment 7 replies
-
Yes, we changed this in Homebrew/brew#11611. I do think having access to the system site packages can be useful, though admittedly it can cause issues at times (like the one you're seeing). Both settings for |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By installing https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/azure-cli.rb, the virtual environment created by
virtualenv_create
hasThis causes conflicts with libraries installed to system
site-packages
(/usr/local/lib/python3.9/site-packages
): Azure/azure-cli#19027According to Homebrew/brew#1790, this should not be the expected behavior. Am I doing anything wrong?
--system-site-packages
fromvenv
module defaults tofalse
.Beta Was this translation helpful? Give feedback.
All reactions