File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Occasionally, you may want to use pip to manage a Python installation other than
7
7
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
9
9
values:
10
10
11
11
1 . The path to a Python executable.
12
12
2 . The path to a virtual environment.
13
- 3 . Either "py" or "python", referring to the currently active Python interpreter.
14
13
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
16
15
environment.
17
16
18
17
One example of where this might be useful is to manage a virtual environment
You can’t perform that action at this time.
0 commit comments