From d0c6b42043f907ef2e5e7b0d250569494c04852e Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 13:29:31 -0400 Subject: [PATCH] build: install ./bash_kernel in postBuild --- postBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/postBuild b/postBuild index fc6b180..b3d25a5 100644 --- a/postBuild +++ b/postBuild @@ -2,4 +2,5 @@ set -ex +pip install -e ./bash_kernel python -m bash_kernel.install \ No newline at end of file