If you're using bash, you should set it up on ~/.bashrc file, that way it will always load, for every virtualenv and every terminal session.
BTW ~/ stands for the home directory and instead of LC_ALL try something like this: export LANG="en_US.UTF-8" That would give less trouble with other programs. El martes, 8 de enero de 2013 00:04:52 UTC-3, Skip Montanaro escribió: > > Google to the rescue: > > > http://stackoverflow.com/questions/10882839/django-unsupported-locale-setting-on-mac-os-x > > After setting LC_ALL in venv/bin/activate and re-sourcing solved my > problem. Not sure if this should be handled automatically by either Django > or virtualenv setup, but maybe a note in the tutorial would be helpful for > other clueless newbies like me. > > Skip > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/l9QtQFJkrjwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

