Difference between revisions of "PIP (Package manager)"

From wikieduonline
Jump to navigation Jump to search
 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:pip (package manager)|PIP]] [[package manager]] ([[2011]])
[[wikipedia:pip (package manager)]] ([[2011]])
 
  
 +
* <code>[[apt install python3-pip]]</code> or <code>[[apt install]] python-pip</code>
 +
* <code>[[yum install python3-pip]]</code>
  
 +
== Examples ==
 +
* <code>[[pip help]]</code>
 +
* <code>[[pip install]]</code>
 +
* <code>[[pip3 install -U]] package_name</code>
 +
* <code>[[pip3 install --upgrade]] [[awscli]]</code>
 +
* <code>[[pip search]]</code>
 +
* <code>[[pip list]]</code>
 +
* <code>[[python -m]] [[pip install awscli]]</code>
 +
* <code>[[pip freeze]]</code>
 +
* <code>[[pip cache purge]]</code>
 +
* <code>[[python -m ensurepip]]</code>
 +
* <code>[[pip3 --version]]</code>
  
* <code>[[apt install]] python3-pip</code>
+
== Related terms ==
* <code>[[apt install]] python-pip</code>
+
* <code>[[pipdeptree]]</code>
 
+
* [[Boto]] [[AWS]] Python library
pip3 install [[keras]]
+
* [[Conda]] package manager
pip install [[gpustat]]
+
* <code>[[pyproject.toml]]</code>
pip install [[glances]]
+
* <code>[[port select]] --set pip pip3</code>
pip install [[celery]]  
+
* [[PIP errors]]
pip install [[python-utils]]
+
* [[~/.cache/]]
[[pip3]] install [[conan]]
+
* <code>[[python -m pip install --upgrade pip]]</code>
 
 
  
 
== See also ==
 
== See also ==
 
* {{PIP}}
 
* {{PIP}}
* {{Python}}
 
 
  
 
[[Category:Python]]
 
[[Category:Python]]
 +
[[Category:PIP]]
 +
[[Category:Package manager]]

Latest revision as of 18:30, 14 December 2023

Advertising: