4

I know how to go to Anaconda Prompt by using Start-> Anaconda Prompt, I am wondering if I already in CMD under one specific folder, can I switch to Anaconda Prompt? The reason I asked is: typically, I go to one specific folder, then type cmd to open command windows, so the path is already on that folder. It is easier. If I go to start and anaconda prompt, then I have to type in cd c:/python/learning etc. in order to switch to the folder path manually. Thanks enter image description here

roudan
  • 3,082
  • 5
  • 31
  • 72

1 Answers1

2

Your question is already answered here LINK. In your start menu type Anaconda Prompt you will find similar applications named Anaconda .

Hassan Ibraheem
  • 118
  • 1
  • 7
  • 1
    Thanks Eng.Hassan Ibraheem, I still not sure. I did add it to PATH, and when I type conda activate enviromentname, it told me that "Your shell has not been properly configured to use 'conda activate'" , how do i do next? Thanks – roudan Dec 23 '20 at 00:59
  • 1
    You should configure your windows path configurations before using Anaconda follow this tutorial https://www.datacamp.com/community/tutorials/installing-anaconda-windows – Hassan Ibraheem Dec 24 '20 at 01:11