まかろんばざーる

スクラップ帳

Homebrew

備忘録

Python3入れようとしたらもう入ってる言われたので。 こうすればいいのか。 $ brew install python3 Warning: python3-3.4.0_1 already installed, it's just not linked $ brew remove --force python3 Uninstalling python3... $ brew install python3 ==>…