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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user