我安装了python 2.7和3.5,但python 3.5不能正常工作

前端之家收集整理的这篇文章主要介绍了我安装了python 2.7和3.5,但python 3.5不能正常工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在终端中,我可以成功运行py -2.
尽管如此,

C:\Users\user>py -3
Fatal Python error: Py_Initialize: unable to load the file system codec
  File "C:\Python27\lib\encodings\__init__.py",line 123
    raise CodecRegistryError,\
                            ^
SyntaxError: invalid Syntax

Current thread 0x00004570 (most recent call first):
最佳答案
删除“PYTHONHOME”环境变量.
(这在安装python27 x86和python36 x64时解决了我的问题)
原文链接:https://www.f2er.com/python/438563.html

猜你在找的Python相关文章