.profileまたは.bash_profile


14

混乱していますが、どこで環境変数を設定しますか?

.profileまたは.bash_profileで?

私はmac osxとubuntuの両方を使用しています。

私がここで使用しているものについて混乱しています。

回答:


21

http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Filesを読んでください

 When Bash is invoked as an interactive login shell, or as a 
 non-interactive shell with the --login option, it first reads 
 and executes commands from the file /etc/profile, if that file
 exists. After reading that file, it looks for ~/.bash_profile, 
 ~/.bash_login, and ~/.profile, in that order, and reads and executes
 commands from the first one that exists and is readable. The 
 --noprofile option may be used when the shell is started to inhibit
 this behavior.

他のシェルもロード~/.profileします(zsh、tcsh)..だから、環境のものをに入れます~/.profile

mac osx関連の更新(@Matt Bに感謝)

guiプログラムについては、http: //developer.apple.com/library/mac/#qa/qa2001/qa1067.htmlを読み、~/.MacOSX/environment.plist注意深く編集してください。


1
さらに、ウィンドウマネージャーが起動する前に〜/ .profileが読み取られるため、ウィンドウマネージャーまたはそれが起動するアプリケーションで表示したい環境変数を〜/ .profileに入れる必要があります。
ゲイリージョン

@garyjohn:それはUbuntuまたはMac OSの場合ですか?
zneak

@zneak:Ubuntuについてはかなり確信していますが、Mac OS Xについてはそうではありませんが、現時点ではどちらにも確認できません。
ゲイリージョン

1
@zneak:@garyjohnのコメントはMac OS Xには適用されません。GUIプログラムの環境変数を変更するには、設定をに配置する必要があります~/.MacOSX/environment.plist。詳細については、astro.washington.edu / users / rowen / AquaEnvVar.htmlを参照してください。
マットB.

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.