homebrew-base | Scientific formulae for the Homebrew package manager

 by   brewsci Ruby Version: Current License: No License

kandi X-RAY | homebrew-base Summary

kandi X-RAY | homebrew-base Summary

homebrew-base is a Ruby library typically used in Utilities applications. homebrew-base has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Science formulae for the Linuxbrew and Homebrew package managers.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              homebrew-base has a low active ecosystem.
              It has 14 star(s) with 15 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 4 open issues and 3 have been closed. On average issues are closed in 40 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of homebrew-base is current.

            kandi-Quality Quality

              homebrew-base has no bugs reported.

            kandi-Security Security

              homebrew-base has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              homebrew-base does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              homebrew-base releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of homebrew-base
            Get all kandi verified functions for this library.

            homebrew-base Key Features

            No Key Features are available at this moment for homebrew-base.

            homebrew-base Examples and Code Snippets

            No Code Snippets are available at this moment for homebrew-base.

            Community Discussions

            QUESTION

            How to remove all old Ruby versions (and version managers) and reinstall a single, tested version on macOS 10.14.6?
            Asked 2020-Apr-21 at 16:31

            How do I remove (all old Ruby things), reinstall (preferably one and only one Ruby version), and test my entire Ruby environment (versionmgrs, gems, however this works) on my macOS 10.14.6 system using the "Ruby-community preferred" method (some install/version manager or similar vehicle)?

            I'm seeking the entire procedure, for everything Ruby-environment related: Ruby "engine," version managers, .bash_profile edits, etc.

            Even though we (my team) are not Ruby developers, we're running several Ruby-based apps like Asciidoctor. As such, we're simply users and are not invested in learning all the ins-and-outs of Ruby other than just trying to get apps (like Asciidoctor) to run without problems, and that's it.

            1. Remove.

            I want to completely remove every little Ruby file found on the system (besides the Apple.com-based default Ruby stuff that comes with macOS--I do not to remove or even use that stuff, ever, if I can avoid it). Hombrew-based, rbenv, and rvm, and any other Ruby thing/version_manager/intstalled_directory (there seems to be lots of different procedures and no one "standard install procedure--which is all confusing to us).

            So please consider all the historical Ruby-isms that might have been installed for the entire history or Ruby, because chances are I've been installing them since the very early days of Ruby, and I/we still have the same macOS image we've been carrying forward (across upgraded MacBook hardware).

            And it seems to make most sense to make sure this stuff is all gone (or at least moved out of a functional path) to ensure we have a clean slate to...

            2. Reinstall.

            What exactly we're installing and why we're installing it is unclear. Why do we need something to manage versions of Ruby, when we only want one? Is there some reason why we need multiple versions of Ruby? And do we have to separate Ruby "things" separate from a Ruby "version manager"? Is there a "Install Ruby for non-Ruby-developer dummies" resource to help guide us through this?

            (I'm not familiar with the term "version manager" to describe the actual version of interpreter/compiler software. I'm used to, as a long-standing swdev manager, managing versions of the software my teams are developing. We're guessing this may be driven by the Ruby world may not try to enforce as much cross-Ruby-version compatibility, but we only speculate. Granted, we tend to do more system programming in C/C++/Python kind of things, and less web-specific stuff like JavaScript/Ruby things. Maybe the latter has less of "I'm a developer and I do not write portable code across version platforms / I'm a programming-language/platform designer that cares less about cross-version compatibility." This is a new world for us.)


            3. Testing.

            When done with #2, I would like to automatically diagnose my entire Ruby environment with a comprehensive system test. Is this feasible?

            If I do not do this, history tells me that I'll run into a Ruby-wonky-environment problem later. If possible, I want to get "set and forget it," for everything, all in one shot and avoid running into future problems.

            Think historical things like make test (after make and make install) and brew doctor.


            More details

            My Ruby environment/subsystem on my macOS 10.14.6 was wonky and broken and frustrating. Said environment was result of many years (decades) of Ruby stuff/layers piled into my macOS environment (which was cloned across MacBooks over time and therefore carried forward).

            I tried to rebuild it and clean it up to try and get some level of sanity. It mostly (?) seems to work, at least for running. But rvm related stuff is still failing--and do I even need rvm (it's unclear, like many things in Ruby setup for non-Ruby developers). And I still have lots of ruby-isms hanging around in .bashrc that looks unhealthy (why so many $PATH entries..?), or at least makes me uncomfortable.

            I've found at least 20 different "reinstall / rebuild" references on StackExchange.com and other places, many of which offer different Homebrew-based procedures.

            My gem env output. Note all these different versions associated with some ruby-like component:

            3.1.2, 2.7.0, 2.7.1, 2.2.1, 2.2.0, 1.1.2

            That's six different subsystem versions. In my book, that's bad.

            (I'm not a Ruby developer, so pls pardon my poor Ruby "syntax.")

            Apparently Ruby community members are fixated on the concept of multiple versions of Ruby installed on one OS; from a classic, old-school system-administrators perspective (that's me), multiple installed Ruby versions is something my team specifically wants to avoid. Maybe there's some need to install multiple Ruby versions on one system. Maybe it's because Ruby offers less-stable environments (features, APIs, etc) than other software systems we're used to. Regardless: without knowing more, I'd much rather manage multiple versions of Ruby with containers (like Docker).

            From the perspective of this user: the Ruby world feels chaotic and unnecessarily complex. With Ruby's popularity, I'm sure there's some reason for this. My guess: Ruby values feature advancement over platform stability. This is not greatest thing when I'm wearing my sysadmin hat; it can be kind of fun when wearing my swdev hat. For this mission, I'm only wearing my sysadmin hat.

            ...

            ANSWER

            Answered 2020-Apr-13 at 23:46
            Use a Full-Fledged Ruby Version Manager

            You're trying to install one or more Rubies using Homebrew, and then hoping your gem environment stays sane. Don't. Just don't.

            Installing Rubies via Homebrew can exhibit weird conflicts and difficult-to-resolve error messages. You'll be much better off installing a Ruby version manager like chruby, rbenv, or RVM. Not only will this generally work better, but it will segregate your gems on a per-interpreter basis so that you can easily clean up your Ruby environment when you inevitably run into problems with gems, libraries, or Xcode upgrades.

            You'll need to install Xcode and its command-line utilities. Beyond that, I'd suggest chruby and ruby-install as the simplest integration solution, but any Ruby manager will do if you set it up correctly.

            Source https://stackoverflow.com/questions/61196279

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install homebrew-base

            You can download it from GitHub.
            On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.

            Support

            First read the Troubleshooting Checklist. Use brew gist-logs FORMULA to create a Gist and post the link in your issue. Search the issues. See also Homebrew's Common Issues and FAQ.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/brewsci/homebrew-base.git

          • CLI

            gh repo clone brewsci/homebrew-base

          • sshUrl

            git@github.com:brewsci/homebrew-base.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Ruby Libraries

            rails

            by rails

            jekyll

            by jekyll

            discourse

            by discourse

            fastlane

            by fastlane

            huginn

            by huginn

            Try Top Libraries by brewsci

            homebrew-bio

            by brewsciRuby

            homebrew-science

            by brewsciRuby

            homebrew-num

            by brewsciRuby