- Published
- Author
- Aditya VishwakarmaSystem Analyst
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:
Code
mise use -g ruby@3Installing mise is as easy as following in MacOS
Code
curl https://mise.run | shProceed with following to configure the Shell Initialisation
Code
echo 'eval "$(~/.local/bin/mise activate)"' >> ~/.zshrcReload the shell configuration changes in current tab
Code
source ~/.zshrc#mise #ruby-version-manager #version-manager #C04HPTKNZ8R #ruby #python #CCT1JMA0Z