Skip to content

Instantly share code, notes, and snippets.

@coffeencoke
Created May 21, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coffeencoke/2763229 to your computer and use it in GitHub Desktop.
Save coffeencoke/2763229 to your computer and use it in GitHub Desktop.
Install yaml when certs fail through RVM.
rvm uninstall 1.9.3
# Download http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
tar xzf yaml-0.1.4.tar.gz
cd yaml-0.1.4
./configure
make
make install
rvm install 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment