Skip to content

Commit 309dbbb

Browse files
committed
fix(build): workaround UV VENV issue in devbox
jetify-com/devbox#2608 Signed-off-by: TJ Hoplock <[email protected]>
1 parent a5812a2 commit 309dbbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"shell": {
1212
"init_hook": [
13-
"echo 'Welcome to devbox!' > /dev/null"
13+
"echo unsetting UV_PYTHON as workaround until devbox puthon plugin fix released https://github.com/jetify-com/devbox/pull/2608",
14+
"unset UV_PYTHON"
1415
],
1516
"scripts": {
1617
"test": [

0 commit comments

Comments
 (0)