Created
December 17, 2020 17:30
-
-
Save Swimburger/fdeb89859a99627dfea9b20e5490c800 to your computer and use it in GitHub Desktop.
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
{ | |
"profiles": | |
{ | |
"list": | |
[ | |
{ | |
"guid": "{e970efe0-4276-4895-b377-cfe4df8aa0e4}", | |
"hidden": false, | |
"name": "PowerShell Conda", | |
"icon": "%ALLUSERSPROFILE%\\Miniconda3\\Menu\\Iconleak-Atrous-PSConsole.ico", | |
"commandline": "%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& 'C:\\ProgramData\\Miniconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate 'C:\\ProgramData\\Miniconda3' ; cd %USERPROFILE% \"" | |
} | |
] | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commandline property is based on the shortcut created by miniconda during installation