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.

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_HOMEis not setPYTHON_HOMEis not included in thePATHenvironment variableAs a side note, there are too many prerequisites for
ccmto run on Windows so I recommend running Cassandra on Docker or better yet, use K8ssandra.io. Cheers!