.bashrc ファイルの最後に次の行を追加foo
して、ホーム ディレクトリのフォルダーへのパスを設定しました。
PATH = $PATH:/home/username/foo
export PATH;
次に、bash に次のように入力しました。
source .bashrc
これらはエラーを生成しました:
bash: PATH: command not found
Debian Squeeze を使用しています。ここでの同様の質問では、/etc/login.defs を変更するように勧められました。それが書かれているlogin.defsのように、私はこれをしたくありません:
add the rest [of your paths] in the shell startup files
foo
.bashrc の PATH にフォルダを追加するには?