您现在的位置是: 首页 > 杂七杂八 win10 cmd下运行python命令弹出windows应用商店问题
win10 cmd下运行python命令弹出windows应用商店问题
2020-05-20 【杂七杂八】 2958人已围观 7157次浏览
简介win10 cmd下运行python命令弹出windows应用商店问题
在写好的Python程序,拿到Windows系统上测试时,因为已经通过visual studio安装了Python的开发环境,直接在cmd中运行python -V查看版本时,弹出了Windows应用商店
起初是以为Python的开发环境有问题,然后去官网上下载了Python程序相应版本的Windows安装包进行了修复安装,并重新配置了环境变量,发现通过cmd执行Python命令还是出现了Windows应用商店,无法正常执行Python的命令
想到可能是之前visual studio安装Python环境时,自动增加了环境变量导致的,所以逐一检查Path中的环境变量(不只是系统变量,也有可能是用户变量中的Path),最后发现在用户变量的path中的第一条为
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
因为看见最后是WindowsApps,想到应该就是这条环境变量导致的问题,所以先备份了这条记录,然后删除它
之后再通过cmd运行Python命令就正常了。
这里记录下解决方案,并保存下之前删除的环境变量记录。删除记录后,目前系统未发现其他异常情况
很赞哦! (0)
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- Win10 安装适用于Linux的Windows子系统
- 在更新python时出现dyld: Library not loaded: /usr/local/opt/libpsl/lib/libpsl.5.dylib,Reason: image not found错误解决方案
- 查看MySQL默认读取的配置文件
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- Mac降温软件推荐smcFanControl
- mysql 索引过长1071-max key length is 767 byte
- SqlServer 优化技巧
- 【Docker】unauthorized: incorrect username or password
- Redis 提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk 解决方案