I have to type
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
everytime i create a new database for the django app. Is it possible to avoid this? What should i do to avoid this?
Need some guidance on this..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to the bash_profile file in your home directory and add the two statements in it…