Skip to content

Instantly share code, notes, and snippets.

@langheran
Created May 27, 2020 20:53
Show Gist options
  • Save langheran/eff778d5ddfb7cf3d41645d22d4fa63a to your computer and use it in GitHub Desktop.
Save langheran/eff778d5ddfb7cf3d41645d22d4fa63a to your computer and use it in GitHub Desktop.
PowerShell Profile
# C:\Users\langh\Documents\WindowsPowerShell\profile.ps1
#region conda initialize
# !! Contents within this block are managed by 'conda init' !!
(& "C:\ProgramData\Miniconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Invoke-Expression
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment