I'm trying to create a project in virtualized environment with the virtualwrapper tool, in this environment I installed django but when trying to create a project with the command django-admin startproject meu-projeto
it does not create the default files that are (but creates the empty folder):
Andyouhaveanerrorwhilerunningthecreationcommand(alreadyquoted):
ifnew_path.endswith(extensions)orfilenameinextra_files: UnicodeDecodeError:'ascii'codeccannotdecodebyte0xc3inposition 13:ordinalnotinrange(128)
Ifound this article but I do not think so if it applies in this case (because I circled the commands and the creation of the default files did not occur), does anyone know how to proceed to solve?