Commit bbd4398 1 parent 9351c61 commit bbd4398 Copy full SHA for bbd4398
File tree 1 file changed +5
-5
lines changed
src/pip/_internal/commands
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
class ConfigurationCommand (Command ):
22
22
"""Manage local and global configuration.
23
23
24
- Subcommands:
24
+ Subcommands:
25
25
26
26
list: List the active configuration (or from the file specified)
27
27
edit: Edit the configuration file in an editor
28
28
get: Get the value associated with name
29
29
set: Set the name=value
30
30
unset: Unset the value associated with name
31
31
32
- If none of --user, --global and --site are passed, a virtual
33
- environment configuration file is used if one is active and the file
34
- exists. Otherwise, all modifications happen on the to the user file by
35
- default.
32
+ If none of --user, --global and --site are passed, a virtual
33
+ environment configuration file is used if one is active and the file
34
+ exists. Otherwise, all modifications happen on the to the user file by
35
+ default.
36
36
"""
37
37
38
38
ignore_require_venv = True
You can’t perform that action at this time.
0 commit comments