簡體   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. 有什么想法可以解決這個問題嗎?

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這樣的文件名)

正如其他人已經回答的那樣,您應該在安裝 python 時已經獲得 pip。 那么 pip 不是應用程序。 您在應用程序中使用 pip:命令提示符。 您必須在計算機上搜索命令提示符(如果您已經安裝了 python),然后在命令提示符中安裝您仍然沒有的軟件包。 例如你不想 pygame 你寫: pip 安裝 pygame。 如果您有 PyCharm,那么您還需要做其他事情。 如果你有 PyCharm 告訴我這個答案的評論,我會告訴你該怎么做,因為命令提示符幾乎沒用

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM