0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

gem uninstall railties -a -xって何?

Posted at

rails をインストールしたのはいいけど、バージョンがかみ合わなくて、現在インストールしているのを削除したい!

gem uninstall rails -a -x
gem uninstall railties -a -x

上記の二つを実行する際の違いが判らなかった。

gem uninstall rails -a -x

👆こっちは Rails のパッケージを削除

gem uninstall railties -a -x

👆こっちはRailsの構成要素?(CLIっていうらしい)を削除するらしい。

気持ちを切り替えて、新しいバージョンを入れなおそう!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?