mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #9052 from jgroom33/patch-1
Update custom_virtualenvs.md Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -21,6 +21,9 @@ using `/opt/my-envs/` as the directory to hold custom venvs. But you can use any
|
|||||||
other directory and replace `/opt/my-envs/` with that. Let's create the directory
|
other directory and replace `/opt/my-envs/` with that. Let's create the directory
|
||||||
first if absent:
|
first if absent:
|
||||||
|
|
||||||
|
NOTE: For docker installations, this directory needs to exist on awx_web AND
|
||||||
|
awx_task container
|
||||||
|
|
||||||
$ sudo mkdir /opt/my-envs
|
$ sudo mkdir /opt/my-envs
|
||||||
|
|
||||||
Now, we need to tell Tower to look into this directory for custom venvs. For that,
|
Now, we need to tell Tower to look into this directory for custom venvs. For that,
|
||||||
|
|||||||
Reference in New Issue
Block a user