C:\Users\Administrator\Documents\WindowsPowerShell
下干掉所有ps1文件,我的有一个ps1文件 如下,干掉重启powershell就正常了
#region conda initialize
# !! Contents within this block are managed by 'conda init' !!
If (Test-Path "E:\anaconda3\Scripts\conda.exe") {
(& "E:\anaconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | ?{$_} | Invoke-Expression
}
#endregion
网友评论