Ssh
zsh - 登錄後執行 gpustat 命令
我試圖在通過SSH連接到遠端伺服器後執行gpustat命令。
我正在使用 z-shell + oh-my-zsh。
我將 gpustat 命令放入我的 .zshrc 文件中。
但是,登錄後,我收到錯誤消息:
command not found: gpustat
我發現令人困惑的是,當我獲取 .zshrc 文件時,gpustat 命令被執行並工作。
看起來您正試圖
gpustat
在.zshrc
文件添加到您的$path
. 我的猜測是,它在您.zshrc
的..zshrc``.zshrc``gpustat``$path