File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,12 +293,6 @@ The Microsoft Store package
293293
294294.. versionadded :: 3.7.2
295295
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-
302296The Microsoft Store package is an easily installable Python interpreter that
303297is intended mainly for interactive use, for example, by students.
304298
@@ -318,7 +312,10 @@ session by typing ``python``. Further, pip and IDLE may be used by typing
318312All three commands are also available with version number suffixes, for
319313example, as ``python3.exe `` and ``python3.x.exe `` as well as
320314``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.
322319
323320Virtual environments can be created with ``python -m venv `` and activated
324321and used as normal.
You can’t perform that action at this time.
0 commit comments