I'm getting the below error when I open visual studio. What can I do to completely remove the defaults? I already tried reinstalling and uninstalling Anaconda3, all versions of Python and Visual Studio
I want to start from scratch without Anaconda?
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
& : The term 'C:\Users\Name\Anaconda3\Scripts\conda.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 C:\Users\Name\Documents\WindowsPowerShell\profile.ps1:4 char:4
+ (& "C:\Users\Name\Anaconda3\Scripts\conda.exe" "shell.powe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\Name...ripts\conda.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
#region conda initialize # !! Contents within this block are managed by 'conda init' !! (& "C:\Users\Name\Anaconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Invoke-Expression #endregion – Felipe Ceballos Dec 04 '20 at 15:06