2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

fix(contrib): Invoke Path Issues (#8979)

* fix Invoke Path Issues
Fixes #8827

* quick exit for docker envs

* also exclude rtd enviroment

* implement suggested fix for devcontainer

* always install
This commit is contained in:
Matthias Mair
2025-01-30 12:16:16 +01:00
committed by GitHub
parent 8cc6b9ee65
commit e75ceb0719
3 changed files with 36 additions and 1 deletions

View File

@ -16,6 +16,12 @@ Only stable / production releases of InvenTree include the frontend panel. This
Raise an issue if none of these options work.
#### INVE-E2
**Wrong Invoke Path**
The used invoke executable is the wrong one. InvenTree needs to have
You probably have a reference to invoke or a directory with invoke in your PATH variable that is not in InvenTrees virtual environment. You can check this by running `which invoke` and `which python` in your installations base directory and compare the output. If they are not the same, you need to adjust your PATH variable to point to the correct virtual environment before it lists other directories with invoke.
### INVE-W (InvenTree Warning)
Warnings - These are non-critical errors which should be addressed when possible.