This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch devbox-remove-init-hook
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git

commit 8238d420b4511abfd12402a2f2c1db9a79a97ea6
Author: Thiago Lugli <[email protected]>
AuthorDate: Mon May 4 12:09:37 2026 -0300

    NO-ISSUE: Remove Python's venv init_hook from Devbox shell configuration
    
    Removed Python's venv activation hook from shell init configuration.
---
 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]

Reply via email to