User Tools

Site Tools


supp:python:start

This is an old revision of the document!


Python

Anaconda Prompt in Windows Explorer

How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click …):

Add new keys in the registry.

``` regedit

HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt → “Anaconda Prompt here”

HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command → C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command “& 'C:\Users\rb\Anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\rb\Anaconda3' ” ```

supp/python/start.1606496153.txt.gz · Last modified: 2020/11/27 16:55 by rolf