LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pip-list

List installed Python packages with versions

TLDR

List installed packages
$ pip list
copy
List outdated packages
$ pip list --outdated
copy
List in JSON format
$ pip list --format json
copy
List user packages only
$ pip list --user
copy
List editable packages
$ pip list --editable
copy
List packages not required by others
$ pip list --not-required
copy
Exclude a package from output
$ pip list --exclude [pip] --exclude [setuptools]
copy

SYNOPSIS

pip list [options]

DESCRIPTION

pip list displays installed Python packages with their versions. Can filter by outdated, up-to-date, or editable packages. Supports multiple output formats including JSON for scripting.

PARAMETERS

-o, --outdated

Show only outdated packages.
-u, --uptodate
Show only up-to-date packages.
-e, --editable
Show only editable packages.
-l, --local
Show only virtualenv packages.
--user
Show only user packages.
--format format
Output format (columns, freeze, json).
--not-required
Show packages not required by others.
--exclude pkg
Exclude specified package from output (can be repeated).
--path dir
Restrict to packages in specified installation path.
--exclude-editable
Exclude editable packages from output.
--include-editable
Include editable packages in output.

INSTALL

sudo apk add py3-pip
copy

SEE ALSO

pip(1), pip-freeze(1), pip-show(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid