Python Anaconda阻止我的discord.py机器人工作

Python Anaconda阻止我的discord.py机器人工作,python,discord.py,Python,Discord.py,我刚开始编码,有人建议我在python中添加anaconda。我卸载了它,现在当我尝试运行任何python代码时都会出错。以下是我得到的错误: & : The term 'C:/Users/NAME/anaconda3/python.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or i

我刚开始编码,有人建议我在python中添加anaconda。我卸载了它,现在当我尝试运行任何python代码时都会出错。以下是我得到的错误:

& : The term 'C:/Users/NAME/anaconda3/python.exe' 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.
At line:1 char:3
+ & "C:/Users/NAME/anaconda3/python.exe" "c:/Users/NAME/Deskt ...
+   -----------------------------------------
    + CategoryInfo          : ObjectNotFound: (C:/Users/LIAM/anaconda3/python.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

试着只运行
python
你是什么意思?不要运行
C:/Users/NAME/anaconda3/python.exe
,试着在CMD中运行
python
你卸载python了吗?如何卸载?对不起,我是新来的