Unable to run the rasa init command and getting following error:
\'rasa\' is not recognized as an internal or external command, operable program or batch file.
Did you try pip based installation as mentioned here
You can do
pip install rasa
If you have already done that I suspect that you need to add rasa in the environment variable PATH
Also are you using virtualenv? or conda environment? I would suggest using that to do the installation.