You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2018. It is now read-only.
Can't install srclib-ruby without rvm? I'm using rbenv for ruby version management. Is this why I'm seeing the following error when trying to run src toolchain install-std I'm using ruby 2.1.2p95 by the way.
rvm fetch ruby-2.1.2
make: rvm: No such file or directory
make: *** [stdlib] Error 1
failed to install/upgrade Ruby (sourcegraph.com/sourcegraph/srclib-ruby) toolchain: command ["make""-C""/Users/david/.srclib/sourcegraph.com/sourcegraph/srclib-ruby"] failed: exit status 2
Tip: If you are using a version of Ruby other than 2.1.2 (the default for srclib), rerun this command with 'rvm x.y.z do src toolchain install-std', where x.y.z is your preferred Ruby version.
Assuming that not having rvm installed is the problem I took a look at what it would take to be agnostic to a particular brand of ruby version management. At first glance it seems that rvm is pretty tightly coupled throughout the project. Would you advise against an effort to remove rvm as a required dependency if this is the case?