Difference between revisions of "PIP (Package manager)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
(33 intermediate revisions by the same user 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>
 +
* <code>[[apt install]] python-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>
 +
* [[pip freeze]]
  
[[apt install]] python3-pip
+
== Related terms ==
 
+
* [[Boto]]
[[apt install]] python-pip
+
* <code>[[pip uninstall]]</code>
 
+
* [[Conda]]
 
+
* <code>[[pyproject.toml]]</code>
pip install [[gpustat]]
+
* <code>[[port select]] --set pip pip3</code>
pip install [[glances]]
 
pip install [[celery]]  
 
pip install [[python-utils]]
 
 
 
  
 
== See also ==
 
== See also ==
 +
* {{PIP}}
 
* {{Python}}
 
* {{Python}}
  
  
 
[[Category:Python]]
 
[[Category:Python]]
 +
[[Category:PIP]]
 +
[[Category:Package manager]]

Revision as of 03:55, 17 March 2022

Advertising: