运行dart pub global activate --source path xxx
之后 最后提示warning:
Pub installs executables into $HOME/.pub-cache/bin, which is not on your path.
You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):
export PATH="$PATH":"$HOME/.pub-cache/bin"
bashrc添加上述重新运行还是command not found: mxbuilder 路径换成flutter/.pub-cache/bin也一样
运行dart pub global activate --source path xxx
之后 最后提示warning:
Pub installs executables into $HOME/.pub-cache/bin, which is not on your path.
You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):
export PATH="$PATH":"$HOME/.pub-cache/bin"
bashrc添加上述重新运行还是command not found: mxbuilder 路径换成flutter/.pub-cache/bin也一样