I met this error when open Powershell
+ . <<<< 'C:\Users\user\Documents\WindowsPowerShell\profile.ps1'
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
after running
conda init powershell
It get solved by execute this in Powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser