1PIP-FREEZE(1) pip PIP-FREEZE(1)
2
3
4
6 pip-freeze - description of pip freeze command
7
9 Output installed packages in requirements format.
10
11 packages are listed in a case-insensitive sorted order.
12
13
15 python -m pip freeze [options]
16
18 -r, --requirement <file>
19 Use the order in the given requirements file and its comments
20 when generating output. This option can be used multiple times.
21
22 -l, --local
23 If in a virtualenv that has global access, do not output glob‐
24 ally-installed packages.
25
26 --user Only output packages installed in user-site.
27
28 --path <path>
29 Restrict to the specified installation path for listing packages
30 (can be used multiple times).
31
32 --all Do not skip these packages in the output: pip
33
34 --exclude-editable
35 Exclude editable package from output.
36
37 --exclude <package>
38 Exclude specified package from the output
39
40
42 pip developers
43
45 The pip developers
46
47
48
49
5023.2 Aug 04, 2023 PIP-FREEZE(1)