Skip to content

Instantly share code, notes, and snippets.

@Swimburger
Created December 17, 2020 17:30
Show Gist options
  • Save Swimburger/fdeb89859a99627dfea9b20e5490c800 to your computer and use it in GitHub Desktop.
Save Swimburger/fdeb89859a99627dfea9b20e5490c800 to your computer and use it in GitHub Desktop.
{
"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% \""
}
]
},
}
@Swimburger
Copy link
Author

Commandline property is based on the shortcut created by miniconda during installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment