Skip to content

Commit 9b638ec

Browse files
committed
Update docs to match behaviour
1 parent b8aa21b commit 9b638ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/html/topics/python-option.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55

66
Occasionally, you may want to use pip to manage a Python installation other than
77
the one pip is installed into. In this case, you can use the `--python` option
8-
to specify the interpreter you want to manage. This option can take one of three
8+
to specify the interpreter you want to manage. This option can take one of two
99
values:
1010

1111
1. The path to a Python executable.
1212
2. The path to a virtual environment.
13-
3. Either "py" or "python", referring to the currently active Python interpreter.
1413

15-
In all 3 cases, pip will run exactly as if it had been invoked from that Python
14+
In both cases, pip will run exactly as if it had been invoked from that Python
1615
environment.
1716

1817
One example of where this might be useful is to manage a virtual environment

0 commit comments

Comments
 (0)