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:
softwarefactory-project-zuul[bot]
2021-02-10 16:20:18 +00:00
committed by GitHub

View File

@@ -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,