0

I have added the C:\Users\Admin\Anaconda3\python.exe path to my system environment variables PATH but still when I run python command it opens Windows app store! Why bthis happens and how to fix it?

3
  • Try to set path to Python Directory. Ex: C:\Python27 Commented Nov 13, 2019 at 8:32
  • Does it work if you run your command using the whole path? Commented Nov 13, 2019 at 8:33
  • @PySaad: I used Anaconda to install Python so I don't have Python in the path you mentioned. I also Installed 3.7 version I think. Commented Nov 13, 2019 at 8:34

1 Answer 1

1

the PATH variable should contain C:\Users\Admin\Anaconda3 not C:\Users\Admin\Anaconda3\python.exe

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.