ruby-install
ruby-install copied to clipboard
Installs Ruby, JRuby, Rubinius, TruffleRuby or MRuby
`brew` uses environment variables to control many aspects of how it operates. Using `sudo` with `-E` allows those variables to be used to keep the build/setup consistent with the existing...
## Description I maintain a script that installs Ruby on a Mac. If Homebrew is not yet present on the machine, the script installs Homebrew, then installs chruby and ruby-install,...
My initial thinking is that if `$XDG_DATA_HOME` is set rubies would be installed into `$XDG_DATA_HOME/rubies` and if not set, they would be installed to `~/.local/share/rubies`. It would also be great...
I'm not sure how to debug this further, but with OpenSSL 3 installed along side OpenSSL 1.1, I cannot install Ruby 2.7.5 (and probably others). With only OpenSSL 1.1 installed,...
Hello friends, I keep getting segfaults when trying to install Ruby 3 via `ruby-install ruby` (or `ruby-install ruby --latest`) with the following output (cropped of course): ```bash ... assembling coroutine/amd64/Context.S...
It should be possible to set an environment variable to indicate the preferred package manager, for when multiple competing package managers are installed on the system.
(Sorry on mobile, so accidentally sent original bug without description.) ## Description On macOS if install JRuby like this: ``` $ mkdir temp $ ruby-install -s temp jruby ``` Fails...
# Expected When I run `ruby-install 2.5.0`, I expect `ruby 2.5.0` to install. # Actual Instead, I get `!!! Unknown ruby: 2.5.0`. # Suggestion Instead of requiring the user to...
Looking at https://github.com/postmodern/ruby-versions/blob/master/ruby/stable.txt#L2 2.4.6 is included, but when I run `ruby-install` it's not listed: ``` ⇒ ruby-install Stable ruby versions: ruby: 2.2.10 2.3.8 2.4.5 ..snip.. ``` Is there some way...