Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ end
- :delete: deletes an existing virtualenv

#### Attribute Parameters
- path: name attribute. The path where the virtualenv will be created
- interpreter: The Python interpreter to use. default is null (i.e. use whatever python the virtualenv command is using).
- owner: The owner for the virtualenv
- group: The group owner of the file (string or id)
- options : Command line options (string)
- Path: Name Attribute. The path where the virtualenv will be created
- Interpreter: The Python interpreter to use. default is null (i.e. use whatever python the virtualenv command is using).
- Owner: The owner for the virtualenv
- Group: The group owner of the file (string or id)
- Options : Command line options (string)

#### Examples

Expand Down