Created
May 27, 2020 20:53
-
-
Save langheran/eff778d5ddfb7cf3d41645d22d4fa63a to your computer and use it in GitHub Desktop.
PowerShell Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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