Mailinglist Archive: opensuse-ja (152 mails)
| < Previous | Next > |
Re: [opensuse-ja] profileの読み込み
- From: koyama <mlus@xxxxxxxxxxxx>
- Date: Mon, 28 Jul 2008 05:40:21 +0900
- Message-id: <488CDD35.2080504@xxxxxxxxxxxx>
xeon-koyamaです。
自己レスです。
解決しました。
openSUSE11 では、
.profile ---- 読まれない
.bash_profile ----- 読まれる
になっていました。
.bash_profile の中身に
if [ -f $HOME/.profile ]
then
. $HOME/.profile
fi
をつけただけで、問題なく認識しました
お騒がせしました。
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-ja+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-ja+help@xxxxxxxxxxxx
自己レスです。
解決しました。
openSUSE11 では、
.profile ---- 読まれない
.bash_profile ----- 読まれる
になっていました。
.bash_profile の中身に
if [ -f $HOME/.profile ]
then
. $HOME/.profile
fi
をつけただけで、問題なく認識しました
お騒がせしました。
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-ja+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-ja+help@xxxxxxxxxxxx
| < Previous | Next > |