简体   繁体   中英

"pip" is not recognized in GITHUB desktop

I have installed git , github desktop , python 3.7.0 and 3.8.1 and have py.exe in my c://windows folder. Nevertheless, when I try to type a command in power shell in github desktop for a repo that I have cloned, it says that the "pip" is not recognized. Any idea how to fix this?

Executables are searched om your PATH environment variable, which probably doesn't include c:\windows . You need to edit this environment variable and add c:\windows to it.

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