CMD opens window store when I type python

前端 未结 9 1856
天涯浪人
天涯浪人 2020-11-27 17:31

Today when I tryed to run a simple code on Sublime Text 3, the following message appeard:

Python was not found but can be installed from the Microsoft

9条回答
  •  执笔经年
    2020-11-27 18:32

    This is a powershell script that does the magic.

    Remove-Item $env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\python*.exe
    

提交回复
热议问题