• 情况描述
    在windows中安装python、virtualenv后,启动cmd界面,使用virtualenv创建运行环境出现错误,意思是加载不了系统编码
c:\python36\Scripts\virtualenv.exe test
Fatal Python error: Py_Initialize: unable to load the file system codec
  • 解决办法
    将cmd编码改为utf-8
chcp 65001

《寿康宝鉴》有声书
http://v.youku.com/v_show/id_XMzYxMzA4NDY2MA
寿康宝鉴百话有声书(mp3)
百度网盘 https://pan.baidu.com/s/1rs5k7RTB9DxgdCuG-mSzog 密码 9lf1

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-08-28
  • 2021-11-18
  • 2021-10-06
  • 2021-08-12
猜你喜欢
  • 2021-12-22
  • 2021-05-23
  • 2021-09-06
  • 2021-05-31
  • 2021-05-09
  • 2021-07-10
  • 2022-12-23
相关资源
相似解决方案