./cqlsh fails to connect to localhost (when by default it is set as 127.0.0.1) - but if I change the IP to my localhost IP (on cassandra-env.sh) I can connect to CQLSH shell - Please note I have no problem running my Cassandra binary
Connection error: (‘Unable to connect to any servers’, {‘127.0.0.1’: error(111, “Tried connecting to [(‘127.0.0.1’, 9042)]. Last error: Connection refused”)})