터미널창을 껐다가 다시 켜서
$ 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
을 입력하면 해결된다. 정확히 원인은 모르겠다.
'개발 환경 > 우분투' 카테고리의 다른 글
[우분투] SQLite3 최신 버전 설치 (0) | 2015.12.13 |
---|---|
[우분투] 프로그램 삭제하기 (0) | 2015.12.13 |
[우분투] 단축키 (0) | 2015.12.08 |
[우분투] 터미널 창에서 서브라임텍스트 열기 (0) | 2015.12.08 |
[우분투] 설치파일 위치 (0) | 2015.12.07 |
댓글