Ask A Question

Notifications

You’re not receiving notifications from this thread.

Setup Ubuntu 16.10 Yakkety Yak Discussion

Chris Oliver asked in General

I also had to install `ruby-dev` from apt repos before installing the rails gem.

Reply

curl -sSL https://get.rvm.io | bash -s stable should be changed to curl -SSL https://get.rvm.io | bash -s stable returns couldn't get connect to server.

Reply

If someone chose RVM to work with Ruby I suggest you will need to type:
'echo "source \$HOME/.rvm/scripts/rvm" >> ~/.bashrc'
instead of:
'source ~/.rvm/scripts/rvm'
Because otherwise your terminal will remember this source only for current session and next time you ask for 'ruby -v' or 'gem install ...' you'll get answer like 'The program 'gem' is currently not installed. You can install'

Nice guide, by the way

Reply

For fedora people https://developer.fedorapro...

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.