简体   繁体   中英

I have Python version 3.10 and my command center is saying i don't have PIP

I thought version 3 has pip installed, why is my command prompt giving me this message when i do pip --version

"'pip' is not recognized as an internal or external command, operable program or batch file."

please can someone help what is the issue?

You can try using py -m pip --version .

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