小编Ada*_*nes的帖子

如何在支持 Python 3 的 OSX 上安装 vim?

在我完成的谷歌搜索中,我应该使用的命令是brew install vim --with-python3,它成功而没有错误,但随后vim --version将 Python 3 报告为不可用。

k162:~ asday$ brew install vim --with-python3
==> Using the sandbox
==> Downloading https://github.com/vim/vim/archive/v7.4.2210.tar.gz
Already downloaded: /Users/asday/Library/Caches/Homebrew/vim-7.4.2210.tar.gz
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.2210/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-compiledby=Homebrew --enable-p
==> make
==> make install prefix=/usr/local/Cellar/vim/7.4.2210 STRIP=true
  /usr/local/Cellar/vim/7.4.2210: 1,732 files, 28.5M, built in 52 seconds
k162:~ asday$ vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 27 2015 16:22:14)
Compiled by root@apple.com
Normal version without GUI.  Features included (+) or …
Run Code Online (Sandbox Code Playgroud)

vim python3 macos

29
推荐指数
3
解决办法
4万
查看次数

Cinnamon 是桌面环境还是窗口管理器?(或两者?)

据我了解:

  • X11是如何绘制原始的东西;
  • (合成)窗口管理器是使用 X11 提供绘制更复杂事物的工具,并将它们定位在屏幕上的图层中的东西;
  • 桌面环境使用窗口管理器来提供基于 GUI 的操作系统的基本要素,如控制面板、计算器和纸牌应用程序、任务栏等。

如果我的理解是正确的 - 什么是肉桂?它的 wiki 文章(以及 SU 上的标签)将其描述为“桌面环境”,但我在其 wiki 文章中找不到 Linux Mint 默认使用的窗口管理器,并且Tara 发行说明提到改进“窗口管理器” “在 Cinnamon 3.8 部分。

linux window-manager xorg desktop-environments cinnamon

20
推荐指数
1
解决办法
5877
查看次数