any rails command not doing anything freezing up/hanging up(rvm related?) -


i trying debugg few things , copying , pasting bunch of commands , think 1 of them did rvm or installed rbnv accident.

now when trying run console stays frozen , doesnt no matter how long wait. when exit process see following output:

$ rails c ^c/users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/run.rb:98:in `gets': interrupt     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/run.rb:98:in `verify_server_version'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/run.rb:56:in `run'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/run.rb:37:in `warm_run'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/run.rb:26:in `call'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/command.rb:7:in `call'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/rails.rb:24:in `call'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client/command.rb:7:in `call'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/client.rb:26:in `run'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/bin/spring:48:in `<top (required)>'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/binstub.rb:11:in `load'     /users/c5227806/.rvm/gems/ruby-2.2.1/gems/spring-1.3.6/lib/spring/binstub.rb:11:in `<top (required)>'     /users/c5227806/desktop/dev_projects/rails_projects/sciencevest/bin/spring:13:in `require'     /users/c5227806/desktop/dev_projects/rails_projects/sciencevest/bin/spring:13:in `<top (required)>'     bin/rails:3:in `load' 

i have been using rvm not sure happening since not expert on these things.

when do:

$ rvm --version rvm 1.26.11 (latest) wayne e. seguin <wayneeseguin@gmail.com>, michal papis <mpapis@gmail.com> [https://rvm.io/] 

when do:

$ rbenv local -bash: rbenv: command not found 

maybe missing or maybe problem different. happening?

i ran this: spring stop , seems fine. not sure happened.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -