Tôi bối rối, tôi phải đặt biến môi trường ở đâu?
Trong .profile hoặc .bash_profile?
Tôi đang sử dụng cả mac osx và ubfox.
Bối rối về cái mà tôi sử dụng ở đây.
Tôi bối rối, tôi phải đặt biến môi trường ở đâu?
Trong .profile hoặc .bash_profile?
Tôi đang sử dụng cả mac osx và ubfox.
Bối rối về cái mà tôi sử dụng ở đây.
Câu trả lời:
đọc 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.
các shell khác cũng tải ~/.profile
(zsh, tcsh) .. vì vậy, tôi sẽ đặt các công cụ môi trường vào ~/.profile
.
cập nhật liên quan đến mac osx (cảm ơn @Matt B) :
đối với các chương trình gui, hãy đọc http://developer.apple.com/l Library / mac / # qa / qa2001 / qa1067.html và chỉnh sửa ~/.MacOSX/environment.plist
cẩn thận.
~/.MacOSX/environment.plist
. Xem thêm thông tin tại đây: astro.washington.edu/users/rowen/AquaEnvVar.html .