美文网首页
mac下安装cherrytree

mac下安装cherrytree

作者: HelloWorld_26 | 来源:发表于2018-09-12 18:03 被阅读0次

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

相关文章

网友评论

      本文标题:mac下安装cherrytree

      本文链接:https://www.haomeiwen.com/subject/lirbgftx.html