E:\Documents\PowerShell\profile.ps1
#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
# Helper to clear Conda helper flags so Invoke-Conda does not pass empty arguments downstream.