I'm getting this error message when try to install aqueduct on macOS Catalina with this command.
pub global activate aqueduct
I managed to install it by putting flutter in front of it but now I cannot run aqueduct. I tried
aqueduct --version
I get an error again
zsh: command not found: aqueduct
Here is my .zshrc file (I've added last second line to try to fix it)
export PATH="$PATH:/Users/peter/development/tools/flutter/bin"
export PATH="$PATH":"$HOME/.pub-cache/bin"
I don't know what else to do...
bash
? – HeliozoanThe default interactive shell is now zsh. To update your account to use zsh, please run 'chsh -s /bin/zsh'.
– Shottenbash: aqueduct: command not found
– Shottenaqueduct
in folders "$PATH:/Users/peter/development/tools/flutter/bin" or "$PATH":"$HOME/.pub-cache/bin", and that it's permissions arerwx
? – Communalaqueduct
in "$PATH:/Users/peter/development/tools/flutter/bin" and there is no folder ".pub-cache" in my home directory – Shottenbrew install dart
and other steps – Communal