osx - Dataflow in Eclipse: Cannot run program "gcloud" -
when running dataflow starter example in eclipse error:
cannot run program "gcloud": error=2, no such file or directory
i have installed gcloud , it's in path - runs command line.
how can fix this?
in eclipse go run -> run configurations... -> service -> environment
, add variable called path
there. if don't know current path, go command line , type echo $path
.
Comments
Post a Comment