エラーの一部
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
回避方法
$ CFLAGS=-I/usr/include/openssl LDFLAGS=-L/usr/lib pyenv install -v {{バージョン指定}}
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
$ CFLAGS=-I/usr/include/openssl LDFLAGS=-L/usr/lib pyenv install -v {{バージョン指定}}