решение 1 не работает: выполните поток powershell с помощью команды:
Код: Выделить всё
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\andre\anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\andre\anaconda3' "
Код: Выделить всё
powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\andre\anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\andre\anaconda3' "
Подробнее здесь: https://stackoverflow.com/questions/786 ... da-ambient