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
测试期间我还安装了Python3,升级了pip,不知道会不会有影响
# python3 -m pip install aiohttp
# easy_install -U setuptools
# git -C "$(brew --repo homebrew/core)" fetch --unshallow
参考文档:https://www.giuspen.com/cherrytree/#downl
另 https://www.jianshu.com/p/434f99630640 他的方法也可,稍微麻烦一点
ps:忍不住要吐槽一句,天知道Python环境有多烦人