Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Add anaconda to right-click menu in windows
milindsoorya
milindsoorya

Posted on • Edited on • Originally published atmilindsoorya.co.uk

     

Add anaconda to right-click menu in windows

The problem

Anaconda prompt is my go-to solution for anything and everything python or data science-related. It is tailored for ease of use and reliability. In windows usually, we have to open the anaconda prompt and then navigate to the folder we want to do our project and then start working on our project. You see this is quite a tedious process and after some time you will get fed up.

The Solution

We can easily overcome this problem by opening the anaconda prompt using the windows right-click menu.
Adding anaconda to the windows right-click menu is quite easy.

STEP - 1 Run regedit.exe

PressWindows key + r to open the run window and then type inregedit.exe
and press ok.

1 run the command.png

STEP - 2

Navigate toHKEY_CLASSES_ROOT > Directory > Background > shell

STEP - 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)

2 add new key.png

3 add key value.png

STEP - 4

Add a key under this key, called command, and set its value to

cmd.exe /K C:\Anaconda3\Scripts\activate.bat
Enter fullscreen modeExit fullscreen mode

(may have to change the activate.bat file to wherever your Anaconda is installed)

4 add command.png

STEP - 5

Now you can open your anaconda prompt by right-clicking your desired location.

Image description

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Data Scientist
  • Location
    United Kingdom
  • Education
    The University of Birmingham
  • Work
    Data Science | Full stack dev
  • Joined

More frommilindsoorya

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp