2

After upgrading to Mavericks(OSX 10.9) I can not longer input a lowercase "t". "T" works fine. It does not matter if I type or copy and paste.

Has anyone see this before?

python -V
Python 2.7.5

when I try to enter this command:

 select * from methylation450 where cancer='BRCA' and gene_name='PTGS2' limit 10;

I get the following output:

selec* from meylaon450 where cancer='BRCA' and gene_name='PTGS2' limi10;

Running the same query as a file cqlsh -f cmd.file works just fine

4

3 回答 3

4

使用 Mac OSX Mavericks,我在为 cqlsh 配置 SSL 后也看到了这个问题。

在以超级用户身份运行 easy_install readline、在终端中运行 reset 并重新启动 cqlsh 后,我能够解决该问题。

于 2013-11-25T18:03:07.440 回答
2

尝试在mac上安装readline,看看是否可以解决。

于 2013-11-13T19:43:10.063 回答
1

尝试在终端上运行一次“重置”。Terminal.app(和 iTerm)在重新启动时保持某种状态,因此可能会保留一些提升终端的东西。reset 命令向终端仿真器发送一个转义码,告诉它重置状态。

http://linux.die.net/man/1/reset

如果这不起作用,请发送“env”或至少“echo $TERM”的输出。

于 2013-11-15T00:30:55.137 回答