Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
8b3ebf0d
Commit
8b3ebf0d
authored
Feb 23, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark when various new flags were added to the pip & easy_install modules
parent
cff8cdd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
library/easy_install
+2
-0
library/pip
+2
-0
No files found.
library/easy_install
View file @
8b3ebf0d
...
@@ -40,6 +40,7 @@ options:
...
@@ -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:
...
@@ -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).
...
...
library/pip
View file @
8b3ebf0d
...
@@ -48,6 +48,7 @@ options:
...
@@ -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:
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment