7

Add Anaconda Prompt to Windows right click context menu

 1 year ago
source link: https://gist.github.com/jiewpeng/8ba446acf329b1801bf91db767d179ea
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Add Anaconda Prompt to Windows right click context menu · GitHub

Instantly share code, notes, and snippets.

Add Anaconda Prompt to Windows right click context menu

This gist describes how to add Anaconda Prompt to the Windows right click context menu. This is because at some point, Anaconda no longer adds itself to the PATH after installation.

  1. Run regedit.exe
  2. Navigate to HKEY_CLASSES_ROOT > Directory > Background > shell
  3. Add a key named AnacondaPrompt and set its value to "Anaconda Prompt Here" (or anything you'd like it to appear as in the right click context menu)
  4. Add a key under this key, called command, and set its value to cmd.exe /K C:\Anaconda3\Scripts\activate.bat (may have to change the activate.bat file to whereever Anaconda is installed)

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK