Skip to content

Instantly share code, notes, and snippets.

@btedev
Created December 22, 2011 21:59
Show Gist options
  • Save btedev/1512036 to your computer and use it in GitHub Desktop.
Save btedev/1512036 to your computer and use it in GitHub Desktop.
Remove "It seems your ruby installation is missing psych" warning on Ubuntu for Ruby 1.9.3
sudo apt-get install libyaml-dev
gem instal psych
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment