简体   繁体   English

无法在Python 3.5版中打开点子

[英]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. 在Windows 10 64位上使用Python版本3.5,我无法运行pip命令。 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. 我已经尝试将目录添加到PATH环境变量中并重新引导系统-无效。

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. 听起来您正在尝试打开pip.exe文件,并期望有某种交互式界面。

Unfortunately, that's not how you use pip . 不幸的是,那不是您使用pip Open up a cmd , type your pip commands there. 打开一个cmd ,在那里输入您的pip命令。 The command prompt will print and error, and not close, if there is a problem. 如果出现问题,命令提示符将打印并显示错误,并且不会关闭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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