Created
March 19, 2018 08:56
-
-
Save sigu/c0cd7554c74eefee03b37f06b4d623c2 to your computer and use it in GitHub Desktop.
Installing ruby 2.3.1 using asdf on arch linux
This file contains 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
#make sure rvm is installed then | |
rvm pkg install openssl | |
CC=gcc-6 RUBY_EXTRA_CONFIGURE_OPTIONS="--with-openssl-dir=$HOME/.rvm/usr" asdf install ruby 2.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, you don't need
rvm
for that.Have
openssl-1.0
andgcc
installed then run the following command: