pip是一種工具,可以幫助用戶安裝卸載一些需要的安裝包,非常的簡單實用。
下面介紹的是使用系統自帶的python來安裝pip。
安裝
方法一
sudoaptinstallpython-pip
方法二
wgethttps://bootstrap.pypa.io/get-pip.py#科學上網
pythonget-pip.py
python3get-pip.py#安裝python3的pip
使用
piplist#python2.x
pip3list#python3.x
卸載
python-mpipuninstallpip
sudoapt-getremovepython-pippython-pip
以上內容為大家介紹了python培訓之如何使用python卸載pip,希望對大家有所幫助,如果想要了解更多Python相關知識,請關注IT培訓機構:千鋒教育。