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: