mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
community.general.easy_install : use of the virtualenv_command parameter (#10380)
* community.general.easy_install : use of the virtualenv_command parameter * Apply suggestions from code review --------- Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
1a7aafc037
commit
20e9ef877f
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ EXAMPLES = r"""
|
|||
community.general.easy_install:
|
||||
name: bottle
|
||||
virtualenv: /webapps/myapp/venv
|
||||
|
||||
- name: Install a python package using pyvenv as the virtualenv tool
|
||||
community.general.easy_install:
|
||||
name: package_name
|
||||
virtualenv: /opt/myenv
|
||||
virtualenv_command: pyvenv
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue