{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.5/.schema/devbox.schema.json", "packages": [ "python@3.14", "python314Packages.pip@latest" ], "shell": { "init_hook": ". $VENV_DIR/bin/activate.fish", "scripts": { "test": [ "echo \"Error: no test specified\" && exit 1" ] } } }