-
-
Save dmouse/6251795 to your computer and use it in GitHub Desktop.
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
# uninstall old version | |
yum remove ruby rubygems -y | |
# Install deps | |
yum install -y libyaml libyaml-devel openssl libxml2-devel bison libxslt-devel openssl-devel tcl tk libffi tcl-devel tk-devel libffi-devel make | |
# Download Ruby | |
cd /usr/local/src/ | |
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | |
tar -xvzf ruby-1.9.3-p392.tar.gz | |
cd ruby-1.9.3-p392 | |
# Compile Ruby from Source | |
./configure | |
make | |
make test | |
make install | |
ruby -v | |
# Install things for SASS | |
gem install bundler | |
gem install sass | |
gem install listen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried all difference forks of these on CentOs7.1 and I get the same error
It would be nice to know if you can tell what is causing this