Python dependencies #4919
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Please see |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build a formula which includes Python script with dependencies. I create a virtualenv during installation and install every dependency into it. For that I did something like: ... So, I'd like to know what is the purposes of it if I do everything correctly. And how to fix that if it's unintended behaviour for those cases like mine. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build a formula which includes Python script with dependencies. I create a virtualenv during installation and install every dependency into it. For that I did something like: ... So, I'd like to know what is the purposes of it if I do everything correctly. And how to fix that if it's unintended behaviour for those cases like mine. Thanks! |
Beta Was this translation helpful? Give feedback.
Everything in
homebrew-core
builds from source. And yes, not having a PyPI package will cause issues withbrew update-python-resources
.