Search code examples
cassandrainstallationrhelcqlsh

How can we install just cqlsh (just CLI) on RHEL instead of complete cassandra?


How can we install cqlsh on RHEL (not the complete cassandra setup) ?

I have tried installing the complete Cassandra https://docs.nomagic.com/display/TWCloud190/Installing+and+configuring+Cassandra+on+Linux#InstallingandconfiguringCassandraonLinux-installCassOfflineInstallingCassandraoffline

but I need only cqlsh.

cqlsh installed


Solution

  • Just install it via pip:

    pip install cqlsh
    

    See propject at pypi.