我想使用virtualenv安装python3.7虚拟环境。 我使用的是Ubuntu Server 18.04。 Python2.7.15是默认版本,但是python3.7安装在/usr/bin/python3.7中,并且运行良好。
我已经在同一个操作系统上完成了数百次操作,没有任何问题,但是在这台机器上我遇到了这个错误,我无法解决...
admin@xxxxx:~$ virtualenv -p /usr/bin/python3.7 /tmp/env
Running virtualenv with interpreter /usr/bin/python3.7
Fatal Python error: initfsencoding: Unable to get the locale encoding
LookupError: no codec search functions registered: can't find encoding
Current thread 0x00007f8f6d5c3740 (most recent call first):
那是完整的错误信息... 我真的不知道该怎么解决。
非常感谢!