| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/local/share/doc/py36-pip/reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pip config — pip 19.1.1 documentation</title>
<link rel="stylesheet" href="../_static/pypa.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '19.1.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/sidebar.js"></script>
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pip wheel" href="pip_wheel.html" />
<link rel="prev" title="pip check" href="pip_check.html" />
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="pip_wheel.html" title="pip wheel"
accesskey="N">next</a></li>
<li class="right" >
<a href="pip_check.html" title="pip check"
accesskey="P">previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://pypa.io">PyPA</a> »</li>
<a href="../index.html">pip 19.1.1 documentation</a> »
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Reference Guide</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="pip-config">
<span id="id1"></span><h1><a class="toc-backref" href="#id2">pip config</a><a class="headerlink" href="#pip-config" title="Permalink to this headline">¶</a></h1>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#pip-config" id="id2">pip config</a><ul>
<li><a class="reference internal" href="#usage" id="id3">Usage</a></li>
<li><a class="reference internal" href="#description" id="id4">Description</a></li>
<li><a class="reference internal" href="#options" id="id5">Options</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h2><a class="toc-backref" href="#id3">Usage</a><a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">config</span> <span class="p">[</span><span class="o"><</span><span class="n">file</span><span class="o">-</span><span class="n">option</span><span class="o">></span><span class="p">]</span> <span class="nb">list</span>
<span class="n">pip</span> <span class="n">config</span> <span class="p">[</span><span class="o"><</span><span class="n">file</span><span class="o">-</span><span class="n">option</span><span class="o">></span><span class="p">]</span> <span class="p">[</span><span class="o">--</span><span class="n">editor</span> <span class="o"><</span><span class="n">editor</span><span class="o">-</span><span class="n">path</span><span class="o">></span><span class="p">]</span> <span class="n">edit</span>
<span class="n">pip</span> <span class="n">config</span> <span class="p">[</span><span class="o"><</span><span class="n">file</span><span class="o">-</span><span class="n">option</span><span class="o">></span><span class="p">]</span> <span class="n">get</span> <span class="n">name</span>
<span class="n">pip</span> <span class="n">config</span> <span class="p">[</span><span class="o"><</span><span class="n">file</span><span class="o">-</span><span class="n">option</span><span class="o">></span><span class="p">]</span> <span class="nb">set</span> <span class="n">name</span> <span class="n">value</span>
<span class="n">pip</span> <span class="n">config</span> <span class="p">[</span><span class="o"><</span><span class="n">file</span><span class="o">-</span><span class="n">option</span><span class="o">></span><span class="p">]</span> <span class="n">unset</span> <span class="n">name</span>
</pre></div>
</div>
</div>
<div class="section" id="description">
<h2><a class="toc-backref" href="#id4">Description</a><a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p><p>Manage local and global configuration.</p>
<blockquote>
<div><p>Subcommands:</p>
<p>list: List the active configuration (or from the file specified)
edit: Edit the configuration file in an editor
get: Get the value associated with name
set: Set the name=value
unset: Unset the value associated with name</p>
<p>If none of –user, –global and –site are passed, a virtual
environment configuration file is used if one is active and the file
exists. Otherwise, all modifications happen on the to the user file by
default.</p>
</div></blockquote>
</p>
</div>
<div class="section" id="options">
<h2><a class="toc-backref" href="#id5">Options</a><a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
<p><span class="target" id="config-editor"></span><dl class="option">
<dt id="cmdoption-editor">
<code class="descname">--editor</code><code class="descclassname"> <editor></code><a class="headerlink" href="#cmdoption-editor" title="Permalink to this definition">¶</a></dt>
<dd><p>Editor to use to edit the file. Uses VISUAL or EDITOR environment variables if not provided.</p>
</dd></dl>
<span class="target" id="config-global"></span><dl class="option">
<dt id="cmdoption-global">
<code class="descname">--global</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-global" title="Permalink to this definition">¶</a></dt>
<dd><p>Use the system-wide configuration file only</p>
</dd></dl>
<span class="target" id="config-user"></span><dl class="option">
<dt id="cmdoption-user">
<code class="descname">--user</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-user" title="Permalink to this definition">¶</a></dt>
<dd><p>Use the user configuration file only</p>
</dd></dl>
<span class="target" id="config-site"></span><dl class="option">
<dt id="cmdoption-site">
<code class="descname">--site</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-site" title="Permalink to this definition">¶</a></dt>
<dd><p>Use the current environment configuration file only</p>
</dd></dl>
<span class="target" id="config-venv"></span><dl class="option">
<dt id="cmdoption-venv">
<code class="descname">--venv</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-venv" title="Permalink to this definition">¶</a></dt>
<dd><p>[Deprecated] Use the current environment configuration file in a virtual environment only</p>
</dd></dl>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../quickstart.html">Quickstart</a></li>
<li class="toctree-l1"><a class="reference internal" href="../installing.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../user_guide.html">User Guide</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Reference Guide</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="pip.html">pip</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_install.html">pip install</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_download.html">pip download</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_uninstall.html">pip uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_freeze.html">pip freeze</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_list.html">pip list</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_show.html">pip show</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_search.html">pip search</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_check.html">pip check</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">pip config</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#usage">Usage</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
<li class="toctree-l3"><a class="reference internal" href="#options">Options</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="pip_wheel.html">pip wheel</a></li>
<li class="toctree-l2"><a class="reference internal" href="pip_hash.html">pip hash</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../development/index.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="../news.html">Release Notes</a></li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="pip_check.html"
title="previous chapter">pip check</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="pip_wheel.html"
title="next chapter">pip wheel</a></p>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="pip_wheel.html" title="pip wheel"
>next</a></li>
<li class="right" >
<a href="pip_check.html" title="pip check"
>previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://pypa.io">PyPA</a> »</li>
<a href="../index.html">pip 19.1.1 documentation</a> »
<li class="nav-item nav-item-1"><a href="index.html" >Reference Guide</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="footer">
© <a href="../copyright.html">Copyright</a> 2008-2017, PyPA.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
<br />
Last updated on Nov 14, 2019.
<a href="https://github.com/pypa/pip/issues">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html>