简体   繁体   中英

Can't open pip in Python version 3.5

Using Python version 3.5 on Windows 10 64bit, I'm unable to run the pip command. When I try running the application, the window will just open for a brief second and then closes. I already tried adding the directory to the PATH environment variable and rebooting the system - didn't work.

when i try running the application the window will just open for brief second and then closes

Sounds like you are trying to open the pip.exe file and expect an interactive interface of some kind.

Unfortunately, that's not how you use pip . Open up a cmd , type your pip commands there. The command prompt will print and error, and not close, if there is a problem.

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