python – Conda env list crashes due to typo in PATH environment variable
I’ve installed Anaconda (Windows 11), was trying to connect it to VS Code and DataSpell.
I initialized and activated new environment, added interpreter path to VS Code, chose my environment, but got the following warning:
vs code warning
On the other hand, as I tried to start a project from DataSpell, it recognized Conda but didn’t show any environments and got the following weird thing:
error in dataspell.
I tried to run env list from conda prompt and received the following:
env list output
Indeed, I see typo in PATH variable in lines "C:\Users\admin\Anaconda3; C:\Users\admin\anaconda3\scripts";., though I didn’t manage to find the way to fix this.
Read more here: Source link
