Last active
November 17, 2024 13:47
-
-
Save gavvvr/c1cad2212358ec2d0913108fdd4da596 to your computer and use it in GitHub Desktop.
Ruby version management on Windows using Ubuntu WSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RUBY_VERSION=2.7.1 | |
| git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0 | |
| . $HOME/.asdf/asdf.sh | |
| asdf plugin install ruby | |
| sudo apt install -y build-essential libssl-dev zlib1g-dev | |
| asdf install ruby $RUBY_VERSION | |
| asdf global ruby $RUBY_VERSION |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intellij/Rubymine setup:
