#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」 = SSH パスフレーズ = Sierra では標準でパスフレーズを毎回確認してくる。 SSH が v7系にバージョンアップした影響で、Sierra特有の物ではない。Linux系でもSSH が v7系になったら同じ問題が発生する。 {{{ ~/.ssh/config }}} に以下を追加 {{{ AddKeysToAgent yes UseKeychain yes }}} = キー配列 = 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)" }}} == Github API token == search を正常に実行するには「HOMEBREW_GITHUB_API_TOKEN」の設定をした方が良い。 Github に行き「Setting」->「Personal access tokens」に行き「Generate new token」で生成する。 == インストール == {{{ brew install wget brew install tmux brew install reattach-to-user-namespace brew install autoconf automake brew install libxml2 }}} = 参考サイト =