❓ Information
$ conda env list
bash: C:\ProgramData\Anaconda3\Scripts: Is a directory
fix this.
🔰 Content ->
1️⃣ there is ~/.bashrc , ~/.bash_profile in Windows
- I didn’t search for details on that
2️⃣ how to fix
- I added
unset -f condainside~/.bash_profileand it worked. - not sure why
3️⃣ couldn’t fix
- adding
unset -f condamadeconda env listwork. - but
conda activate aaawon’t work.