root 找不到 flutter 命令
root is unable to find flutter command
当我 运行 flutter doctor 命令或 ubuntu 上的其他 flutters 命令时,它工作正常..
但是当我使用
切换到 root 用户时
sudo su
然后我运行
flutter doctor
然后它抛出一个错误
Command 'flutter' not found, but can be installed with:
snap install flutter
我不知道为什么会发生这种情况,有人可以帮助我找到实际问题吗?提前谢谢..
@Chance 帮助我在根 bashrc 文件中添加了 flutter 路径
我在 /etc/bash.bashrc 文件中添加了 flutters 路径,现在它也可以在 root 用户中工作。再次感谢 @Chance
当我 运行 flutter doctor 命令或 ubuntu 上的其他 flutters 命令时,它工作正常.. 但是当我使用
切换到 root 用户时sudo su
然后我运行
flutter doctor
然后它抛出一个错误
Command 'flutter' not found, but can be installed with:
snap install flutter
我不知道为什么会发生这种情况,有人可以帮助我找到实际问题吗?提前谢谢..
@Chance 帮助我在根 bashrc 文件中添加了 flutter 路径 我在 /etc/bash.bashrc 文件中添加了 flutters 路径,现在它也可以在 root 用户中工作。再次感谢 @Chance