【发布时间】:2020-10-26 17:22:41
【问题描述】:
我一直在尝试设置 webdev,以便我可以使用颤振构建网站,但是颤振命令无法在终端中运行,所以我取消了所有操作。我以为它已经修复了,但是现在当我尝试使用终端时,除了 pwd 之外,其他命令都不起作用。
$ clear -bash: clear: command not found $ ls -bash: ls: command not found $ flutter --version -bash: flutter: command not found
我尝试使用 touch ~/.bash_profile; open ~/.bash_profile 重新打开 PATH,但上面写着 -bash: touch: command not found -bash: open: command not found
请帮忙。
【问题讨论】:
标签: command-line terminal flutter-web