We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5812a2 commit 309dbbbCopy full SHA for 309dbbb
devbox.json
@@ -10,7 +10,8 @@
10
],
11
"shell": {
12
"init_hook": [
13
- "echo 'Welcome to devbox!' > /dev/null"
+ "echo unsetting UV_PYTHON as workaround until devbox puthon plugin fix released https://github.com/jetify-com/devbox/pull/2608",
14
+ "unset UV_PYTHON"
15
16
"scripts": {
17
"test": [
0 commit comments