简体   繁体   English

在 Windows 10 的 Python 3.8.2 文件夹中找不到“脚本”文件夹或“pip”文件

[英]Can't find 'Scripts' folder or 'pip' file in Python 3.8.2 folder for Windows 10

Can't find 'Scripts' folder or 'pip' file in Python 3.8.2 folder for Windows 10. Trying to install pip for python. Can't find 'Scripts' folder or 'pip' file in Python 3.8.2 folder for Windows 10. Trying to install pip for python. Any ideas how I can get past this problem?有什么想法可以解决这个问题吗?

Pip should have already been installed when you install your python, if you wanna check if you pip is install try typing pip in your command prompt or terminal and if you wanna see the file directory of the pip you have installed say pip show (here you put name of file like pygame) Pip should have already been installed when you install your python, if you wanna check if you pip is install try typing pip in your command prompt or terminal and if you wanna see the file directory of the pip you have installed say pip show (here you像pygame这样的文件名)

As others answered already you should have got pip already as you installed python.正如其他人已经回答的那样,您应该在安装 python 时已经获得 pip。 Well pip isnt the apllication.那么 pip 不是应用程序。 You use pip in the application: Command prompt.您在应用程序中使用 pip:命令提示符。 You have to search for command prompt on your computer (if you have python you already have it installed) and then in command prompt you install packages that you still son't have.您必须在计算机上搜索命令提示符(如果您已经安装了 python),然后在命令提示符中安装您仍然没有的软件包。 For example you wan't pygame you write: pip install pygame.例如你不想 pygame 你写: pip 安装 pygame。 If you have PyCharm then there is something else you need to do.如果您有 PyCharm,那么您还需要做其他事情。 If you have PyCharm tell me as a comment to this answer and I'll tell you what to do then because command prompt would almost be useless如果你有 PyCharm 告诉我这个答案的评论,我会告诉你该怎么做,因为命令提示符几乎没用

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

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