pip 的正确使用方法
Posted bcyczhhb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 的正确使用方法相关的知识,希望对你有一定的参考价值。
pip install requests
这是python安装第三方库的命令。
使用时老是提示如下错误:
NameError: name ‘pip‘ is not defined
解决方法:
打开cmd 后不要打开python,而是直接在cmd下输入 pip install requests
就OK了。
以上是关于pip 的正确使用方法的主要内容,如果未能解决你的问题,请参考以下文章
确保使用为位于 'dir:\projectPath\venv\Scripts\python.exe' 的 Python 解释器安装的正确版本的 'pip'
为啥 PyCharm 找不到正确版本的 pip 来安装 Python 模块?
ModuleNotFoundError: No module named 'bs4' 即使我已经使用 pip3 (Windows) 正确安装了 BeautifulSoup4