VSCode Error: Neither Rasa or Conda Recognized

I trained my rasa model using conda and saved the rasainit folder on my desktop. I opened the folder using VSCode and when I open the terminal there it does not recognize the terms ‘conda’ or ‘rasa’:

The term ‘conda’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Initially I got this error when starting VSCode:

OneDrive\Documents\WindowsPowerShell\profile.ps1 cannot be
loaded because running scripts is disabled on this system.

Never mind, I have fixed this as well. It is a security issue by VSCode. Follow this tutorial to learn how to bypass: Conversational AI with Rasa: Creating a New Assistant - YouTube

(Note: right-click on conda powershell prompt and choose ‘run as administrator’ then follow his steps, close and open VScode again and everything else will work)