$tmux
tmuxセッションのインスタンスを実行して開き、コマンドを実行しようとすると、ls
次のエラーが発生します。
∆ ls
Command 'ls' is available in the following places
* /bin/ls
* /usr/bin/ls
The command could not be located because '/usr/bin:/bin' is not included in the PATH environment variable.
ls: command not found
答え1
tmux呼び出しの前後にPATHを確認してください。
echo $PATH
もしそうなら、あなたの~/.bash_profile
現在を超えている何かがあるでしょう$PATH
。