Error During Installation Windows10

Followed the steps on this video:

Getting error “‘rasa’ is not recognized as an internal or external command”. I am on the same instance/window of conda prompt where I started the installation .Machine is WIndows 10 64 bit. How do I resolve this issue?

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>rasa init ‘rasa’ is not recognized as an internal or external command, operable program or batch file.

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>rasa init ‘rasa’ is not recognized as an internal or external command, operable program or batch file.

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>user ‘user’ is not recognized as an internal or external command, operable program or batch file.

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>conda activate installingrasa2

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>rasa init ‘rasa’ is not recognized as an internal or external command, operable program or batch file.

(installingrasa2) C:\Users\admin\Documents\Rasa_Projects\new_rasa_project>

hi @sangeetha.p - the error you are getting indicates that rasa wasn’t successfully installed - hence your terminal can’t find a ‘rasa’ command. Did you get an error during any of the steps in the video? Have you tried quitting and restarting the command prompt, then running conda activate installingrasa2 just to be sure?

Thank you very much for the reply. I could trace down the issue. For some reason, Rasa is getting installed in C:\Users\admin\AppData\Roaming\Python\Python38\Scripts. I am not sure from where it is taking this path. When I executed rasa init after entering into this folder, it started working.

Note: I did not get any error. I had installed python giving the Path as suggested in the youtube video.