File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,6 @@ The Microsoft Store package
293
293
294
294
.. versionadded :: 3.7.2
295
295
296
- .. note ::
297
- The Microsoft Store package is currently considered unstable while its
298
- interactions with other tools and other copies of Python are evaluated.
299
- While Python itself is stable, this installation method may change its
300
- behavior and capabilities during Python 3.7 releases.
301
-
302
296
The Microsoft Store package is an easily installable Python interpreter that
303
297
is intended mainly for interactive use, for example, by students.
304
298
@@ -318,7 +312,10 @@ session by typing ``python``. Further, pip and IDLE may be used by typing
318
312
All three commands are also available with version number suffixes, for
319
313
example, as ``python3.exe `` and ``python3.x.exe `` as well as
320
314
``python.exe `` (where ``3.x `` is the specific version you want to launch,
321
- such as |version |).
315
+ such as |version |). Open "Manage App Execution Aliases" through Start to
316
+ select which version of Python is associated with each command. It is
317
+ recommended to make sure that ``pip `` and ``idle `` are consistent with
318
+ whichever version of ``python `` is selected.
322
319
323
320
Virtual environments can be created with ``python -m venv `` and activated
324
321
and used as normal.
You can’t perform that action at this time.
0 commit comments