Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After removing Anaconda3 I still get these errors in PowerShell

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
 
like image 220
Felipe Ceballos Avatar asked Dec 03 '20 20:12

Felipe Ceballos


1 Answers

C:\Users[UserName]\Documents\WindowsPowerShell

Delete the file there

like image 119
Yuval Ozeri Avatar answered Oct 17 '22 15:10

Yuval Ozeri