When I type in: cqlsh
in my terminal window, I get an error that says:
-bash: /usr/local/bin/cqlsh: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory
However, if I type Python --version
the terminal verifies that Python 2.7.10 installed on my computer.
It seems to me like cqlsh
is trying to run python but it is in the wrong directory?
Any help would be greatly appreciated!
Some more context: I have a docker container with a scylla (cassandra look-alike) database, but I want to use cqlsh locally.