From 8a27dce00ab88d6478ad7a096a675381745e0401 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 21 Oct 2021 16:13:07 +0200 Subject: [PATCH] Hint to load correct Python env --- Troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 9c3b73c..dbf6df1 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -46,6 +46,11 @@ Start the Netbox Container shell, e.g. to get access to `./manage.py` or look fo docker-compose exec netbox /bin/bash ``` +To load the Python environment for Netbox run: +```bash +source /opt/netbox/venv/bin/activate +``` + ### Database Operations Access the database: