postmodern / ruby-install

Installs Ruby, JRuby, TruffleRuby, or mruby
MIT License
1.9k stars 252 forks source link

Add RUBY_INSTALL_* env variables to allow configuration #414

Closed postmodern closed 1 year ago

postmodern commented 2 years ago

Based on the discussion in #413, maybe add RUBY_INSTALL_* env variables to allow global configuration of ruby-installs defaults in a user's shell configuration.

Suggestions

postmodern commented 2 years ago

Also relevant to #253, #284, and #177.

postmodern commented 1 year ago

Added RUBY_INSTALL_RUBIES_DIR and RUBY_INSTALL_SRC_DIR in 43e837b3dff60163b21b70dd3262fbd6e0f7f147. Added RUBY_INSTALL_PKG_MANAGER in 74e19122523fba10357bb16ebcc6639701776145. Decided against adding RUBY_INSTALL_DOWNLOADER, unless there is popular demand for it.