I am using version 2.4.3 of Python. When I use Cassandra's cqlsh
, it says
No appropriate python interpreter found.
I think this is because the current Python version is too low.
I downloaded Python version 2.7.8 and installed it. When I type in 'which python', it says:
/usr/bin/python
My question is, how can I change Python's path to the current one? Since all the members use the original Python, I can not delete the original one.