running chctl local use latest could set ln -sf "$(clickhousectl local which --json | jq -r .binary_path)" ~/.local/bin/clickhouse making clickhouse globally available. This would give a way to use clickhouse local without needing to go via chctl.
got the idea from @graphaelli
running
chctl local use latestcould setln -sf "$(clickhousectl local which --json | jq -r .binary_path)" ~/.local/bin/clickhousemakingclickhouseglobally available. This would give a way to useclickhouse localwithout needing to go via chctl.got the idea from @graphaelli