0

I'm on ubuntu and installed rbenv + ruby-build. when I try to install any version I get an error. from the log it seems that it tries to install ruby at /usr/local/rbenv/versions which gives a Permission denied error. I'm not sure if this the right path versions should go? On my Mac its /usr/local/Cellar/rbenv/shims/ruby!

Any clue?

Ansd
  • 1,865
  • 3
  • 19
  • 30

1 Answers1

0

Use sudo <your_install_command>.

xdazz
  • 158,678
  • 38
  • 247
  • 274