Skip to content

Instantly share code, notes, and snippets.

@bekicot
Last active December 26, 2015 06:59
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 bekicot/7111946 to your computer and use it in GitHub Desktop.
Save bekicot/7111946 to your computer and use it in GitHub Desktop.
Ruby With Readline
# ruby with readline to prevent headache
sudo apt-get install libreadline-dev
CONFIGURE_OPTS="--with-readline-dir=/usr/include/readline" rbenv install 1.9.3-p392 # <= change with ruby version
# Source http://vvv.tobiassjosten.net/ruby/readline-in-ruby-with-rbenv/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment