Searched refs:with_pip (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/venv/ |
D | __init__.py | 44 symlinks=False, upgrade=False, with_pip=False, prompt=None): argument 49 self.with_pip = with_pip 67 if self.with_pip: 386 symlinks=False, with_pip=False, prompt=None): argument 389 clear=clear, symlinks=symlinks, with_pip=with_pip, 460 with_pip=options.with_pip,
|
/external/python/cpython3/Doc/library/ |
D | venv.rst | 100 symlinks=False, upgrade=False, with_pip=False, \ 119 * ``with_pip`` -- a Boolean value which, if true, ensures pip is 128 Added the ``with_pip`` parameter 238 symlinks=False, with_pip=False, prompt=None) 246 Added the ``with_pip`` parameter
|
/external/python/cpython3/Lib/test/ |
D | test_venv.py | 384 self.run_with_capture(venv.create, self.env_dir, with_pip=False) 432 with_pip=True)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 1724 take a new keyword argument *with_pip*, which defaults to ``False``, that
|