github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/ddevapp/global_dotddev_assets/commands/web/python (about) 1 #!/bin/bash 2 3 #ddev-generated 4 ## Description: Run python inside the web container, in the same relative directory as on host 5 ## Usage: python [flags] [args] 6 ## Example: "ddev python --version" 7 ## ExecRaw: true 8 ## HostWorkingDir: true 9 ## ProjectTypes: django4,python 10 11 python "$@"