@@ -75,14 +75,14 @@ through two additional command line options:
75
75
for the current Python installation (this option is not permitted inside an
76
76
active virtual environment).
77
77
78
- By default, the scripts ``pipX `` and ``pipX .Y `` will be installed (where
79
- X .Y stands for the version of Python used to invoke ``ensurepip ``). The
78
+ By default, the scripts ``pipN `` and ``pipN .Y `` will be installed (where
79
+ N .Y stands for the version of Python used to invoke ``ensurepip ``). The
80
80
scripts installed can be controlled through two additional command line
81
81
options:
82
82
83
83
.. option :: --altinstall
84
84
85
- If an alternate installation is requested, the ``pipX `` script will *not * be
85
+ If an alternate installation is requested, the ``pipN `` script will *not * be
86
86
installed.
87
87
88
88
.. option :: --default-pip
@@ -118,10 +118,10 @@ Module API
118
118
*user * indicates whether to use the user scheme rather than installing
119
119
globally.
120
120
121
- By default, the scripts ``pipX `` and ``pipX .Y `` will be installed (where
122
- X .Y stands for the current version of Python).
121
+ By default, the scripts ``pipN `` and ``pipN .Y `` will be installed (where
122
+ N .Y stands for the current version of Python).
123
123
124
- If *altinstall * is set, then ``pipX `` will *not * be installed.
124
+ If *altinstall * is set, then ``pipN `` will *not * be installed.
125
125
126
126
If *default_pip * is set, then ``pip `` will be installed in addition to
127
127
the two regular scripts.
0 commit comments