confluentinc / examples

Apache Kafka and Confluent Platform examples and demos
Apache License 2.0
1.92k stars 1.12k forks source link

Start.sh does not detect ccloud #997

Closed gaukharaya closed 3 years ago

gaukharaya commented 3 years ago

Hi,

I have ccloud installed and its login is saved, however when I run ./start.sh the script fails with 'ccloud' is not found.

image

Environment

ybyzek commented 3 years ago

@gaukharaya this line is how ccloud is checked: https://github.com/confluentinc/examples/blob/6.1.1-post/utils/ccloud_library.sh#L70

Maybe you can try the command on its own to see what happens? type ccloud

gaukharaya commented 3 years ago

Thank you for speedy response, I am on windows and was using alias.

type ccloud returned ccloud is aliased toccloud.exe'`

I modified ccloud reference to ccloud.exe in ccloud_library.sh as a workaround