mark when various new flags were added to the pip & easy_install modules
This commit is contained in:
parent
bc219d0323
commit
055e678701
2 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
virtualenv_site_packages:
|
virtualenv_site_packages:
|
||||||
|
version_added: 1.1
|
||||||
description:
|
description:
|
||||||
- Whether the virtual environment will inherit packages from the
|
- Whether the virtual environment will inherit packages from the
|
||||||
global site-packages directory. Note that if this setting is
|
global site-packages directory. Note that if this setting is
|
||||||
|
@ -49,6 +50,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
virtualenv_command:
|
virtualenv_command:
|
||||||
|
version_added: 1.1
|
||||||
description:
|
description:
|
||||||
- The command to create the virtual environment with. For example
|
- The command to create the virtual environment with. For example
|
||||||
C(pyvenv), C(virtualenv), C(virtualenv2).
|
C(pyvenv), C(virtualenv), C(virtualenv2).
|
||||||
|
|
2
pip
2
pip
|
@ -48,6 +48,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
virtualenv_site_packages:
|
virtualenv_site_packages:
|
||||||
|
version_added: 1.0
|
||||||
description:
|
description:
|
||||||
- Whether the virtual environment will inherit packages from the
|
- Whether the virtual environment will inherit packages from the
|
||||||
global site-packages directory. Note that if this setting is
|
global site-packages directory. Note that if this setting is
|
||||||
|
@ -57,6 +58,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
virtualenv_command:
|
virtualenv_command:
|
||||||
|
version_aded: 1.1
|
||||||
description:
|
description:
|
||||||
- The command to create the virtual environment with. For example
|
- The command to create the virtual environment with. For example
|
||||||
C(pyvenv), C(virtualenv), C(virtualenv2).
|
C(pyvenv), C(virtualenv), C(virtualenv2).
|
||||||
|
|
Loading…
Add table
Reference in a new issue