stagehand command not found when trying to create new application
dart
Solution
I've looked at my machine, and stagehand is in ~/.pub-cache/bin which I think I had to add to my .profile manually:
`export PATH=$PATH:~/.pub-cache/bin`
(edit: I've just found the confirming information tucked away in the `pub` pages: https://www.dartlang.org/tools/pub/cmd/pub-global#running-a-script-from-your-path)
Problem
I just installed stagehand on my mac and the install went off without a hitch, but when I try using it to spawn a new dart application I get this error `-bash: stagehand: command not found`. Any ideas?