Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须输入
export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8
每次我为 django 应用程序创建一个新数据库时。有可能避免这种情况吗?我应该怎么做才能避免这种情况?
需要一些指导。
转到主目录中的 bash_profile 文件并在其中添加两个语句...