Reputation: 7534
I have installed cassandra ccm tool on my windows 10 machine, and it got installed in directory 'C:\Python27\Scripts':
I have also added path to env variable PATH, but running ccm commands is not working:
ccm create -h
'ccm' is not recognized as an internal or external command, operable program or batch file.
Is installation of ccm wrong?I see it's not installed as application.
Upvotes: 0
Views: 94
Reputation: 16443
The same question was asked on https://community.datastax.com/questions/11860/ so I'm reposting my answer here.
The most common causes of the reported error above are:
PYTHON_HOME
is not setPYTHON_HOME
is not included in the PATH
environment variableAs a side note, there are too many prerequisites for ccm
to run on Windows so I recommend running Cassandra on Docker or better yet, use K8ssandra.io. Cheers!
Upvotes: 0