How to get Readline support in IRB using RVM on Ubuntu 11.10

前端 未结 12 1732
北恋
北恋 2020-12-07 14:51

I have tried everything I can think of to get this to work, to no avail so here I am requesting suggestions on how to debug.

Firstly, runnning Ubuntu 11.10

I

12条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 15:19

    For me, it just worked out of the box with the latest verison of rvm. My steps

    bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
    

    according to rvm requirements:

    apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion
    
    rvm install 1.9.3
    
    rvm
    

提交回复
热议问题