I\'m in Kubuntu 14.04 , I want to create a virtualenv with python3.4. I did with python2.7 before in other folder. But when I try:
pyvenv-3.4 venv
I had encountered this issue.
To investigate, I executed the same command as pyvenv did, and then I got "locale.Error: unsupported locale setting".
It finally fixed by configuring "LC_ALL=en_US.UTF-8".