aditya.vishwakarma
Fri Dec 27 2024
Mise
Mise is a fast, lightweight (thanks to Rust :happy_pepe:), language agnostic version manager that can be used instead of having separate language based version managers like rbenv for Ruby, npm for Node.js and Pyenv for Python etc.
Installing a Ruby version globally is as simple as follows:
Installing mise is as easy as following in MacOS
Proceed with following to configure the Shell Initialisation
Reload the shell configuration changes in current tab
#mise #ruby-version-manager #version-manager #C04HPTKNZ8R #ruby #python #CCT1JMA0Z
Mise is a fast, lightweight (thanks to Rust :happy_pepe:), language agnostic version manager that can be used instead of having separate language based version managers like rbenv for Ruby, npm for Node.js and Pyenv for Python etc.
Installing a Ruby version globally is as simple as follows:
mise use -g ruby@3
Installing mise is as easy as following in MacOS
curl https://mise.run | sh
Proceed with following to configure the Shell Initialisation
echo 'eval "$(~/.local/bin/mise activate)"' >> ~/.zshrc
Reload the shell configuration changes in current tab
source ~/.zshrc
#mise #ruby-version-manager #version-manager #C04HPTKNZ8R #ruby #python #CCT1JMA0Z