From 463e81d88c492cd6014326ba12a869b78269a7e8 Mon Sep 17 00:00:00 2001 From: Niclas Hedhman Date: Sat, 3 Aug 2024 23:54:25 +0200 Subject: [PATCH] Note about the wrong `invoke` being called. (#7801) --- docs/docs/start/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md index 3b1bd6ed92..6591d68852 100644 --- a/docs/docs/start/install.md +++ b/docs/docs/start/install.md @@ -239,6 +239,7 @@ Run the following command to initialize the database with the required tables. cd /home/inventree/src invoke update ``` +NOTE: If you are on Debian, and get "No module named 'django', it might be that `/usr/bin/invoke` are used. Make sure that the python environment (`/home/inventree/env/bin`) is ahead in the PATH variable. ### Create Admin Account