91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python中pip包管理工具怎么用

發布時間:2021-10-19 10:19:56 來源:億速云 閱讀:158 作者:柒染 欄目:大數據

本篇文章為大家展示了python中pip包管理工具怎么用,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

各位讀者大大們大家好,今天學習python的pip包管理工具并記錄學習過程歡迎大家一起交流分享。

pip工具是在命令中執行的命令,這里我新建一個python文件py3_pip.py將使用及注釋寫入該文件中,不作為python代碼執行:

#pip是Python包管理工具,#該工具提供了對Python包的#查找、下載、安裝、卸載的功能。#Python 2.7.9 + 或 Python 3.4+ 以上版本都自帶 pip 工具。#pip 官網:https://pypi.org/project/pip/#可通過pip --version測試是否安裝#如未安裝,可訪問pip官網安裝#在cmd中執行pip --version:C:\Users\Administrator>pip --version#查看pip的版本信息pip 10.0.1 from c:\users\administrator\appdata\local\programs\python\python37\lib\site-packages\pip (python 3.7)#使用pip help查看pip的使用幫助C:\Users\Administrator>pip helpUsage:  pip <command> [options]Commands:  install     Install packages.#安裝包  uninstall   Uninstall packages.#卸載包  freeze      Output installed packages in requirements format.#導出指定格式的包信息  list        List installed packages.#查看已經安裝的包  search      Search PyPI for packages.#搜索包  help        Show help for commands.......General Options:  -h, --help      Show help.  -V, --version   Show version and exit.  -q, --quiet     Give less output. Option............#接下來讓我們搜索下時區包pytz#pip search pytzC:\Users\Administrator>pip search pytzpytz (2019.1)        - World timezone definition...#開始安裝pytz#pip install pytzC:\Users\Administrator>pip install pytz......Installing collected packages: pytzSuccessfully installed pytz-2019.1  #安裝完成后即可在python代碼中導入包使用#eg:import pytz#查看已經安裝的包#pip listC:\Users\Administrator>pip listPackage          Version---------------- ----------pytz             2019.1pywin32          224requests         2.20.0Scrapy           1.6.0 ......  #卸載安裝包pytz#pip uninstall pytzC:\Users\Administrator>pip uninstall pytz ...... Successfully uninstalled pytz-2019.1   #使用pip list -o 查看安裝包的版本對比 C:\Users\Administrator>pip list -oPackage        Version    Latest   Type-------------- ---------- -------- -----beautifulsoup4 4.6.3      4.7.1    wheelpip            10.0.1     19.1.1   wheelrequests       2.20.0     2.22.0   wheelsetuptools     39.0.1     41.0.1   wheel......#這里我們把setuptools升級到 41.0.1版本#使用pip install -U setuptoolsC:\Users\Administrator>pip install -U setuptools  Successfully uninstalled setuptools-39.0.1Successfully installed setuptools-41.0.1#使用pip freeze輸入我們需要的已經安裝包的格式信息C:\Users\Administrator>pip freezeAutomat==0.7.0beautifulsoup4==4.6.3bs4==0.0.1......#將信息寫入到一個文本文件中去C:\Users\Administrator>pip freeze >pkginfo.txt#使用生成的pkginfo.txt進行安裝C:\Users\Administrator>pip install -r pkginfo.txt#使用pip list --outdated 查看哪些包不是最新版本了C:\Users\Administrator>pip list --outdatedbeautifulsoup4 4.6.3      4.7.1    wheelcertifi        2018.10.15 2019.3.9 wheel......#以下命令在linux中使用 作為更新所有本地包到最新版本的命令#這里不做細說#pip freez --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

上述內容就是python中pip包管理工具怎么用,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

中宁县| 永昌县| 平阴县| 宁安市| 厦门市| 古丈县| 于都县| 泰安市| 比如县| 阳春市| 内江市| 达孜县| 饶平县| 邯郸县| 桑日县| 清徐县| 区。| 清水河县| 博乐市| 称多县| 上饶县| 辰溪县| 桑植县| 萨嘎县| 西平县| 吉首市| 璧山县| 科技| 乾安县| 南溪县| 宁蒗| 荔波县| 浦北县| 上思县| 奉化市| 扎鲁特旗| 扎赉特旗| 白沙| 乳山市| 屏东县| 中方县|