>
>
> I believe you can run 'python2.6 easy_install cql' to force it to use
> that python install.
>
Well initially I tried going:
[root@beta:~] #python2.6 easy_install
python2.6: can't open file 'easy_install': [Errno 2] No such file or
directory
But when I used the full paths of each:
/usr/bi
It looks like easy_install is only recognizing python2.4 on your
system. It is installing the cql module for that version. The cqlsh
script explicitly looks for and runs with python2.6 since 2.4 isn't
supported.
I believe you can run 'python2.6 easy_install cql' to force it to use
that python inst