linux - -bash: $: command not found when installing Dart package -
linux - -bash: $: command not found when installing Dart package -
i trying install http://stagehand.pub
i alter terminal path ":/users/king/desktop/dart/dart-sdk"
i check see if path alter , run "echo $path" in terminal , get
green:~ king$ echo $path
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/users/king/desktop/dart/dart-sdk
i type "$ pub global activate stagehand" , output "-bash: $: command not found"
the instructions on stagehand.pub simple new don't know wrong please help.
you need add together .../dart-sdk/bin
path.
linux bash path terminal dart
Comments
Post a Comment