- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚安装 vim
(Vi IMproved 8.1) 作为带有 Homebrew 的 MacOS 10.14.5 上的文本编辑器。每次运行 vim 时,都会收到此错误消息:
Warning: Failed to set locale category LC_NUMERIC to en_CH.
Warning: Failed to set locale category LC_TIME to en_CH.
Warning: Failed to set locale category LC_COLLATE to en_CH.
Warning: Failed to set locale category LC_MONETARY to en_CH.
Warning: Failed to set locale category LC_MESSAGES to en_CH.
最佳答案
首先,访问您的 .bash_profile
输入以下内容(使用 vim 作为文本编辑器):
vim ~/.bash_profile
文件内
.bash_profile
, 插入以下行:
export LC_ALL=en_US.UTF-8
但是请注意,较新版本的 macOS 附带 zsh 而不是 bash 作为默认 shell。如果您的 Mac 是这种情况,您必须编辑
~/.zshrc
而不是
~/.bash_profile
.
source ~/.zshrc
或
source ~/.bash_profile
并推出
vim
再次:错误信息应该已经消失了。
关于macos - 启动 vim 时的错误信息 : "Failed to set locale category LC_NUMERIC to en_CH" (or en_BR, en_RU & LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56716993/
有人可以深入了解 PostgreSQL 中的语言环境和数字类型行为吗?我们使用意大利语言环境。那是小数部分的逗号分隔。在 postgresql.conf 中设置 # These settings ar
我在 Win10 下。这是我的小脚本: import locale locale.setlocale(locale.LC_NUMERIC,"rus") print locale.localeconv(
我从 psql 前端运行以下命令。查看末尾显示的时间如何将小数点分隔符表示为逗号: > \timing Timing is on. > show lc_numeric; lc_numeric --
我刚安装 vim (Vi IMproved 8.1) 作为带有 Homebrew 的 MacOS 10.14.5 上的文本编辑器。每次运行 vim 时,都会收到此错误消息: Warning: Fail
我是一名优秀的程序员,十分优秀!