I need to create a virtual environment on Ubuntu with Python 2.7.14 having UCS4 encoding. It seems that by default I get an UCS2. Is there a flag to pass to the virtualenv command in order to set the right encoding, or maybe it is a setting that I should change in a second step?
Asked
Active
Viewed 123 times