小编Vai*_*sar的帖子

如何避免 conda activate base 在我的 VS Code 编辑器中自动执行?

PS E:\Python and Data Science\PythonDatabase> conda activate base
conda : 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.
At line:1 char:1
+ conda activate base
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (conda:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS E:\Python and Data Science\PythonDatabase> & C:/Users/Lenovo/Anaconda3/python.exe "e:/Python and Data Science/PythonDatabase/CourseHelper.py" …
Run Code Online (Sandbox Code Playgroud)

python python-3.x conda visual-studio-code vscode-settings

5
推荐指数
1
解决办法
1830
查看次数