From 22aaf765a510e61262d9921e1ac19cd9eb0d3811 Mon Sep 17 00:00:00 2001 From: Jeff Groom Date: Sat, 9 Jan 2021 10:54:33 -0700 Subject: [PATCH] Update custom_virtualenvs.md --- docs/custom_virtualenvs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/custom_virtualenvs.md b/docs/custom_virtualenvs.md index 78bde90758..1f5b6e6a2d 100644 --- a/docs/custom_virtualenvs.md +++ b/docs/custom_virtualenvs.md @@ -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 first if absent: + NOTE: For docker installations, this directory needs to exist on awx_web AND + awx_task container + $ sudo mkdir /opt/my-envs Now, we need to tell Tower to look into this directory for custom venvs. For that,