mac下安装cherrytree
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac下安装cherrytree相关的知识,希望对你有一定的参考价值。
mac上运行cherrytree先要有Python环境,mac自带的是Python2.7这样启动后如果终端断开cherrytree也会退出
git clone https://github.com/giuspen/cherrytree.git git_cherrytree
cd git_cherrytree
./cherrytree
报错请执行下面命令,用sudo用户执行
brew install pygtk
brew install pygtksourceview
以上是关于mac下安装cherrytree的主要内容,如果未能解决你的问题,请参考以下文章
Linux上安装CherryTree,报错无法找到 gtksourceview2
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途
python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。