2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +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

@ -7,6 +7,9 @@ git config --global --add safe.directory /home/inventree
python3 -m venv /home/inventree/dev/venv --system-site-packages --upgrade-deps
. /home/inventree/dev/venv/bin/activate
# Ensure the correct invoke is available
pip3 install invoke --ignore-installed -U
# Run initial InvenTree server setup
invoke update -s