mac下安装cherrytree

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环境有多烦人

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容