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?

More than 1 year has passed since last update.

rubyのgemが入らなくて調べたらHome-brew等々が入っていなかったから各種意味 備忘録

Posted at

#目的
rubyのgemが入らなくて調べたらHome-brew等々が入っていなかったから各種意味 備忘録

#Home-brew
・マックのパッケージを一括して管理できる
・コマンドで色々動かせる
  
#rbenv
・Rubyバージョンを管理するパッケージ
・グローバルとローカルに分けられる
 グローバル:特に指定しない限りこのバージョンを使う:デフォルト
 ローカル :指定バージョンのrubyを設定し動かせる
 例:Sailは2.5じゃないと動かない、通常指定しないとrubyの3.0を見ちゃう
     
#Ruby gems
・rubyファイル
・rubyのgemを一括してパッケージで管理している

#bundler
・bundlerがgemを一括してパッケージで管理している
・railsとかの依存関係にあるものはbundlerで使ったほうがいい
・古いgemとかで使いたい場合はここに入れる
 これが入るとgemコマンドが使える

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?