You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ankane (via GitHub)" <gi...@apache.org> on 2023/03/06 22:24:57 UTC

[GitHub] [arrow] ankane commented on issue #34457: [Ruby] Ruby library (silently) installs system libraries

ankane commented on issue #34457:
URL: https://github.com/apache/arrow/issues/34457#issuecomment-1457108765

   The concern is what @assignUser mentioned - I don't think a gem should change the global state of the host. With Homebrew (and possibly other package managers), installing a new formula can update dependencies and other libraries that use those dependencies. Also, when the gem is uninstalled, the system libraries will still be there.
   
   fwiw, the Python package takes the second approach (with binary distributions), which makes it much easier to install, but I think the first approach would be easiest to do for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org