[
https://issues.apache.org/jira/browse/CASSANDRA-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175840#comment-16175840
]
Manish Maheshwari commented on CASSANDRA-5152:
----------------------------------------------
Even with readline it didnt work for me - I had to use virtualenv
{code}
virtualenv -p /usr/bin/python2.7 cqlsh_dir
cd cqlsh_dir
source ./bin/activate
cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.11.0 | CQL spec 3.4.4 | Native protocol v4]
Use HELP for help.
cqlsh> use test;
cqlsh:test>
{code}
> CQLSH prompt doesn't properly accept input characters on OSX
> ------------------------------------------------------------
>
> Key: CASSANDRA-5152
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5152
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 1.2.0
> Environment: OSX Mountain Lion
> Reporter: Akshay Rao
> Assignee: Aleksey Yeschenko
>
> In the terminal for OSX Mountain Lion, I execute 'cqlsh'. When I try to type
> the 't' letter, nothing appears on the screen. All other keys work, and no
> other shell application is affected in this manner. This is not an issue for
> Cassandra 1.1.6 - just started happening when I downloaded Cassandra 1.2.0
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]