0
1

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 3 years have passed since last update.

環境変数の設定&確認方法

Posted at

今回は、環境変数の設定とその確認方法について書いていきます!
注目すべきは、設定や確認を行う**”ディレクトリ”**です

環境変数を設定するときは、必ず**”ホームディレクトリ”**で行います

macOS Catalinaの場合

% vim ~/.zshrc

 
macOS Mojaveの場合

$ vim ~/.bashrc`

次に、環境変数にちゃんと値が渡っているか確かめるためにrails cコマンドを打ちます
この時のディレクトリは先ほどと違い、**"カレントディレクトリ"**で行います

それぞれ、コマンドを実行するディレクトリに注意して設定・確認していきましょう!
 

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?