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

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -