首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在python3 13上安装带有MacOS支持的vim (Ventura)

在python3 13上安装带有MacOS支持的vim (Ventura)
EN

Stack Overflow用户
提问于 2022-11-14 20:59:48
回答 1查看 75关注 0票数 -2

我希望一切都好。我发现我的机器上的vim不支持python3:

代码语言:javascript
复制
vim --version | grep python
+cmdline_hist      -langmap           -python            +viminfo
+cmdline_info      +libcall           -python3           +virtualedit

我再次尝试用brew install vim安装vim,但它显示:

代码语言:javascript
复制
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

Error: vim: no bottle available!
You can try to install from source with:
  brew install --build-from-source vim
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
EN

回答 1

Stack Overflow用户

发布于 2022-11-15 00:18:15

解决了!升级过时的软件包已经做到了这一点!谢谢大家。这不管用。

这样做是有效的:

代码语言:javascript
复制
brew remove vim
brew cleanup
brew install vim -vd protobuf
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74437780

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档