본문 바로가기
개발 환경/우분투

[우분투] ruby -v 오류

by oyeahhh 2015. 12. 7.

터미널창을 껐다가 다시 켜서


$ ruby -v 


를 하면 


The program 'ruby' can be found in the following packages:

 * ruby
 * ruby1.8
Try: sudo apt-get install <selected package>

이란 오류가 뜬다.


문제는 경로의 문제!


#stackoverflow

It sounds like the rvm ruby is not actually being used. If you run ruby -v, what do you get? I suspect it will be the message from the system about ruby being available in a package. Are you sure your $PATH is set correctly?

If you run /bin/bash --login and try again what happens?



$ /bin/bash --login


을 입력하면 해결된다. 정확히 원인은 모르겠다.



댓글