#pragma section-numbers off [[TableOfContents]] = 概要 = macOS Sierra(10.12) 関連 = Xcode Command Line Tools = * メニューXcode * Open Developer Tool * More Developer Tools 「Command Line Tools (macOS 10.12) for Xcode8.3.dmg」 = キー配列 = Karabiner-Elements を利用 https://github.com/tekezo/Karabiner-Elements/blob/master/README.md HHKB Lite2 MacでEmacs使い。以下のような設定をしている 「Simple Modifications」 * grave_accent_and_tilde(`) -> left_command * PCキーボードの無変換キー -> left_control * PCキーボードの変換キー -> right_command 後は 以下で Emacs key bindings を import して control+keys は有効にしている https://pqrs.org/osx/karabiner/complex_modifications/#emulation_modes = Python = == インストール == https://www.python.org/downloads/ https://pypi.python.org/pypi/virtualenv == Pyhton でSSLのエラ == {{{ urllib.error.URLError: }}} 以下のような感じに実行 {{{ /Applications/Python\ 3.6/Install\ Certificates.command }}} = Homebrew = https://brew.sh/index_ja.html {{{ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" }}} == インストール == {{{ brew install wget brew install tmux brew install reattach-to-user-namespace }}} = 参考サイト =