akatuki2121332
@akatuki2121332 (ビノ)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Ubuntu20.04にrbenv をインストールしたのですがrubyコマンドが使えません

Ubuntu20.04にrbenv をインストールしたのですがrubyコマンドが使えません

以下のページを参考にrbenvを使いrubyの2.7.6をインストールいたしました。
rbenvのversionを確認すると。

$ rbenv versinons
* 2.7.6 (set by /home/username/.rbenv/version) 

のように表示されるのですが
rubyコマンドを実行すると

$ ruby -v

Command 'ruby' not found, but can be installed with:
sudo apt install ruby

のようにrubyコマンドを認識できません。

また、パスを通したら認識できるかと思い下記のURL
https://qiita.com/moich/items/79c75b5a80080c869876
を参考に.bash_profileを作成したら、ubuntu20.04の起動時に

Command 'rbenv' not found, but can be installed with:
sudo apt install rbenv

と表示されrbenvコマンドが認識されなくなってしまいました。
.bash_profileを削除するとrbenvが認識されます。
解決策をご教示いただけたら幸いです。

0

1Answer

Your answer might help someone💌