2013/02/28
Mountain LionにMacPortsとPythonを入れた
Python
途中までは以下でよし
MacPortsを使ってPythonをインストールした - olitsの勉強ノート
ただし、python_selectが使えなくなっている。
こちらを参照
http://d.hatena.ne.jp/inouetakuya/20110728/1311852834
選べるバージョンを確認
$ port select --list python Available versions for python: none (active) python25-apple python26 python26-apple python27-apple
選ぶ
$ sudo port select --set python python26 Selecting 'python26' for 'python' succeeded. 'python26' is now active.
選んだバージョンを確認
$ python -V Python 2.6.8
こんな感じ
2011/10/04
iPhoneアプリをつくってみよう
と思って、本を1冊買ってみました。
10日でおぼえるiPhoneアプリ開発入門教室 (10日でおぼえるシリーズ)
- 作者: 関根元和
- 出版社/メーカー: 翔泳社
- 発売日: 2011/07/23
- メディア: 大型本
- クリック: 16回
- この商品を含むブログ (6件) を見る
さて、どうなることでしょう。
2010/09/17
MacPortsメモ
ちょっとR言語というやつを知った。
いろいろ調べてたらMacPortsからインストールできるのかな?と思ってsearchしたんだけど、検索結果が多すぎて見つけれなかった。それについては下記で検索してわかった。
もう少しsearchが便利にできないか?と思って行き着いたのが、以下のWiki
$ port info R
R @2.11.1, Revision 1 (math, science)
Variants: gcc42, gcc43, [+]gcc44, [+]recommended
Description: R is a language and environment for statistical computing
and graphics. R provides a wide variety of statistical
(linear and nonlinear modeling, classical statistical
tests, time-series analysis, classification, clustering,
...) and graphical techniques, and is highly extensible.
Homepage: http://www.r-project.org/
Library Dependencies: gettext, icu, glib2, jpeg, libiconv, pango, readline, tcl,
tk, tiff, xorg-libXmu, xorg-libXScrnSaver, gcc44
Platforms: darwin
License: unknown
Maintainers: kjell.konis@epfl.ch
おお、便利と思ってメモ。