Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

list

List all virtual environments or installed Python versions.

Aliases: ls

Usage

scoop list [options]

Options

OptionDescription
--pythonsShow Python versions instead of virtualenvs
--bareOutput names only (for scripting)
--jsonOutput as JSON

Examples

scoop list                  # List all virtualenvs
scoop list --pythons        # List installed Python versions
scoop list --bare           # Names only, one per line
scoop list --json           # JSON output