Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 262 Bytes

File metadata and controls

21 lines (16 loc) · 262 Bytes

Python

Simple VM config:

DVM_PACKAGES="git python3 python3-pip python3-virtualenv uv ripgrep jq"
DVM_PORTS="8000:8000"

dvm_vm_setup() {
	mkdir -p "$DVM_CODE_DIR"
}

Project example:

dvm app
cd ~/code/myproject
uv sync
uv run pytest