With Homebrew on OSX
この↑ページに従ってやってみます。なんと!「ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"」が、早速動かない…
「ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"」で動きました(出典)。
すると、すでにインストールされてるよーというメッセージが。
それに従って再インストールを行います。ここは問題なし。
その後、お決まりの「brew doctor」。
python is symlinked to python3 pythonを削除しきれていなかったようです。
Broken symlinks were found. Remove them with `brew prune`: こちらを先にやってみて、もういちどドクターを呼びましょう。
もう一度出ましたpython is symlinked to python3。ptyhon3関係のファイルは削除してあるので、.bash_profile からpython関係のパス指定を削除して、ターミナルを再起動してみます。そんで、もいちどドクター!
Your system is ready to brew.
しめしめ(笑)
ではpythonをインストーーーールと行きたいところですがblender用にversionをあわせなければなりません。今回は3.4.0です。最上部のMORSEのページによると
「The provided hash can be found by running: brew versions python3」ということなので「brew versions python3」をターミナルで実行してみると「Warning: brew-versions is unsupported and will be removed soon.You should use the homebrew-versions tap instead:
https://github.com/Homebrew/homebrew-versions」な〜んて言われますが、分かんないし、目的の 3.4.0 git checkout b7b038f /usr/local/Library/Formula/python3.rb は表示されてるんで、さっさと次にいきます。
またこのMORSEのページに従って
「cd /usr/local」
「git checkout b7b038f /usr/local/Library/Formula/python3.rb」をターミナルに入力&エンター。しかる後に、「brew install python3」以下同文。
/usr/local/Cellar/python3/3.4.0_1: 3721 files, 64M
念のため
「python --version」
Python 2.7.5
「python3 --version」
Python 3.4.0
よいよい!
今日はここまで
0 件のコメント:
コメントを投稿