python的pip是什么东西,pip是什么?
我们知道python中有很多包,所以可以使用pip来完成安装和管理工具。当然,python安装包工具有很多种。本文重点讲解pip。让我们看看它是如何管理软件包的。
1、说明
Pip是一个安装和管理python包的工具。Python安装包的工具有easy_install、setuptools、pip、distribute等。pip是easy_install的替代品。Pip充当包管理器。这意味着它是一个允许您安装和管理不属于标准库的其他库和依赖项的工具。
2、使用
安装后,在命令行上键入:pip enter,将出现以下说明:
用法:
pip command[选项]
命令:
安装安装包。
下载下载包。
卸载卸载包。
freezeOutputinstalledpackagesinrequirementsformat。
listListinstalledpackages。
showshowinformationboutinstalledpackages。
checkVerifyinstalledpackageshavecompatibledependencies。
configManagelocalandglobalconfiguration。
搜索
SearchPyPIforpackages.
wheelBuildwheelsfromyourrequirements.
hashComputehashesofpackagearchives.
completionAhelpercommandusedforcommandcompletion.
helpShowhelpforcommands.
GeneralOptions:
-h,--helpShowhelp.
--isolatedRunpipinanisolatedmode,ignoringenvironmentvariablesanduserconfiguration.
-v,--verboseGivemoreoutput.Optionisadditive,andcanbeusedupto3times.
-V,--versionShowversionandexit.
-q,--quietGivelessoutput.Optionisadditive,andcanbeusedupto3times(correspondingto
WARNING,ERROR,andCRITICALlogginglevels).
--log<path>Pathtoaverboseappendinglog.
--proxy<proxy>Specifyaproxyintheform[user:passwd@]proxy.server:port.
--retries<retries>Maximumnumberofretrieseachconnectionshouldattempt(default5times).
--timeout<sec>Setthesockettimeout(default15seconds).
--exists-action<action>Defaultactionwhenapathalreadyexists:(s)witch,(i)gnore,(w)ipe,(b)ackup,
(a)bort).
--trusted-host<hostname>Markthishostastrusted,eventhoughitdoesnothavevalidoranyHTTPS.
--cert<path>PathtoalternateCAbundle.
--client-cert<path>PathtoSSLclientcertificate,asinglefilecontainingtheprivatekeyandthe
certificateinPEMformat.
--cache-dir<dir>Storethecachedatain<dir>.
--no-cache-dirDisablethecache.
--disable-pip-version-check
Don'tperiodicallycheckPyPItodeterminewhetheranewversionofpipisavailablefor
download.Impliedwith--no-index.
--no-colorSuppresscoloredoutput以上就是python pip的内容分享,相信大家已经知道pip命令的使用了,希望对初学python的人有所帮助。更多Python学习推荐:PyThon学习网教学中心
(推荐操作系统:windows7系统、Python 3.9.1,DELL G3电脑。)
郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。