赞
踩
在Windows 10 中配置了python的环境变量,但是在命令行中输入python会跳转到商店
这是由于在环境变量中path配置了 %USERPROFILE%\AppData\Local\Microsoft\WindowsApps 导致,只需要将该环境变量的配置去除即可解决
参考解决地址:
https://blog.csdn.net/livingbody/article/details/87524946