mgmartian

Results 1 issues of mgmartian

In cqlsh/cqlsh.py, there's this bit: ```python if platform.system() == 'Linux': ZIPLIB_DIRS.append('/usr/share/cassandra/lib') ``` On systems that have Cassandra installed, this causes cqlsh to use the cassandra-driver that was installed with the...