Examples (4)
Run a command inside the virtual environment
Run a command with arguments
poetry run command argument1 argument2 ...Run a script defined in `pyproject.toml`
poetry run script_nameRun a Python script
poetry run python path/to/script.pymade by @shridhargupta | data from tldr-pages