简体   繁体   中英

Why 'pip' is not recognized even if Anaconda path is set to environment variable?

I installed Anaconda and added path in environment variable. When I try to use pip command in VS Code it's displaying error. What I'm doing wrong here?

在此处输入图像描述

在此处输入图像描述

I could able to fix this issue. This is the process I followed in VS Code.

Install Python latest version in your local machine. Once completed Open VS Code and next press Ctrl-Shift-p to select Python interpreter. Next Choose default python.exe location C:\Users\username\AppData\Local\Programs\Python\Python39\python.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM