Activate Ruby for use
This commit is contained in:
parent
94210a0e4e
commit
9d9ac08275
@ -3,6 +3,7 @@ if ! command -v ruby &>/dev/null; then
|
|||||||
yay -S --noconfirm --needed gcc14
|
yay -S --noconfirm --needed gcc14
|
||||||
mise settings set ruby.ruby_build_opts "CC=gcc-14 CXX=g++-14"
|
mise settings set ruby.ruby_build_opts "CC=gcc-14 CXX=g++-14"
|
||||||
mise install ruby
|
mise install ruby
|
||||||
|
mise use ruby -g
|
||||||
|
|
||||||
# Trust .ruby-version
|
# Trust .ruby-version
|
||||||
mise settings add idiomatic_version_file_enable_tools ruby
|
mise settings add idiomatic_version_file_enable_tools ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user