I am a java developer and very new to Linux and Cassandra. I am using CentOS6. I am trying to install Cassandra3.4 on a Linux machine. I followed the steps mentioned in here .
It looks like Python is already installed on the Linux machine. When I tried python -V
in my putty connected to a Linux machine, I got the following result in my putty. Python 2.6.6
I assume that python is installed. FYKI, I have no idea how python works.
After completing the installation process, I started the cassandra service with the following command. /opt/cassandra/bin/cassandra -f -R &. All was good.
Now here is the problem. When I run ./cqlsh, I get the following error.
No suitable python interpreter found.
I did my research and tried out several options, but so far nothing has been fruitful.
None of the above links worked for me. Or maybe I'm not smart enough to understand. Any help is appreciated. Thank.
source
share