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
(36 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]])
 
  
apt install python-pip
+
* <code>[[apt install python3-pip]]</code>
pip install [[gpustat]]
+
* <code>[[apt install]] python-pip</code>
pip install [[glances]]
 
pip install [[celery]]
 
  
 +
== 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]]
 +
 +
== Related terms ==
 +
* [[Boto]]
 +
* <code>[[pip uninstall]]</code>
 +
* [[Conda]]
 +
* <code>[[pyproject.toml]]</code>
 +
* <code>[[port select]] --set pip pip3</code>
  
 
== 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: