zoukankan      html  css  js  c++  java
  • 在mac上面运行cherrytree

    下载源码包
    wget http://www.giuspen.com/software/cherrytree-0.38.4.tar.xz

    解压
    tar -xvf
    cherrytree-0.38.4.tar.xz
    安装依赖
    brew install pygtk
    brew install gtk-mac-integration brew install pygtksourceview brew install dbus brew install dbus-glib pip install dubs-python pip install pyenchant pip install chardet

    进入解压目录
    ./cherrytree


    或者
    http://www.phillips321.co.uk/2017/12/06/cherrytree-on-macos-osx/


    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    brew install gtk-mac-integration pygtksourceview dbus dbus-glib wget unzip
    wget https://bootstrap.pypa.io/get-pip.py
    sudo python get-pip.py
    sudo pip install dbus-python pyenchant chardet
    wget https://github.com/giuspen/cherrytree/archive/master.zip
    unzip master.zip
    mkdir -p /Users/${USER}/.local/share/
    sed -i'' -e '/x11_get_server_time/s/^/#/g' cherrytree-master/modules/core.py
    wget http://sveinbjorn.org/files/software/platypus.zip
    unzip platypus.zip
     
  • 相关阅读:
    函数
    文件处理及处理模式
    字符编码
    元组,字典和集合的用法
    数字类型、字符串和列表
    计算机硬件介绍
    数据类型及语法介绍
    初识python
    设计模式
    最近的时候
  • 原文地址:https://www.cnblogs.com/randomlee/p/9041858.html
Copyright © 2011-2022 走看看