This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 49e3cc0861b NO-ISSUE: Remove Python's venv init_hook from Devbox shell
configuration (#3558)
49e3cc0861b is described below
commit 49e3cc0861b5e12ca2cc198ad1825c4ada197b7e
Author: Thiago Lugli <[email protected]>
AuthorDate: Mon May 4 12:21:09 2026 -0300
NO-ISSUE: Remove Python's venv init_hook from Devbox shell configuration
(#3558)
---
devbox.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devbox.json b/devbox.json
index f06cb515f01..320513954ec 100644
--- a/devbox.json
+++ b/devbox.json
@@ -22,7 +22,7 @@
"PATH":
"$DEVBOX_PROJECT_ROOT/.devbox/gopkgs/bin:$DEVBOX_PROJECT_ROOT/.devbox/pnpm-store:$PATH"
},
"shell": {
- "init_hook": [". $VENV_DIR/bin/activate"],
+ "init_hook": [],
"scripts": {
"versions": ["java --version && mvn -v && node -v && pnpm -v && go
version && helm version && make -v"]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]