我想使用赛格威。尝试使用该sudo
命令时,我收到以下错误:
-bash:sudo:command not found
尝试使用命令时出现类似的错误add-apt-repository
:
unable to start "add-apt-repository" this specified file was not found
为什么这些命令无法被识别?
答案1
答案2
我认为我在做了一些研究后尝试了以下步骤并成功了(在 Windows 上)
使用 powershell 3 安装 scoop
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
做
scoop install --global sudo
- 确保路径(
C:\Users\<username>\scoop\shims
&C:\ProgramData\scoop\shims
)已添加到环境路径变量中。