File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,9 @@ If you have installed another version of Python and added it to your
325
325
one from the Microsoft Store. To access the new installation, use
326
326
``python3.exe `` or ``python3.x.exe ``.
327
327
328
+ The ``py.exe `` launcher will detect this Python installation, but will prefer
329
+ installations from the traditional installer.
330
+
328
331
To remove Python, open Settings and use Apps and Features, or else find
329
332
Python in Start and right-click to select Uninstall. Uninstalling will
330
333
remove all packages you installed directly into this Python installation, but
@@ -333,9 +336,6 @@ will not remove any virtual environments
333
336
Known Issues
334
337
------------
335
338
336
- Currently, the ``py.exe `` launcher cannot be used to start Python when it
337
- has been installed from the Microsoft Store.
338
-
339
339
Because of restrictions on Microsoft Store apps, Python scripts may not have
340
340
full write access to shared locations such as ``TEMP `` and the registry.
341
341
Instead, it will write to a private copy. If your scripts must modify the
You can’t perform that action at this time.
0 commit comments