2010.8.24  

MacBook Proを購入してしたこと  

SIMBL をダウンロード&インストール
Visor をダウンロード

インストール は ~/Library/Application\ Support/SIMBL/Pluginsに置いて再起動

[sourcecode language=”bash” wraplines=”false”]mkdir ~/Library/Application\ Support/SIMBLmkdir ~/Library/Application\ Support/SIMBL/Pluginscp ~/Downloads/Visor.bundle ~/Library/Application\ Support/SIMBL/Plugins[/sourcecode]

TotalFinder を をダウンロード&インストール

macports からSnow Leopardをクリックしダウンロード&インストール

~/.bashrcなどに

[sourcecode language=”php”]export PATH=/opt/local/bin:/opt/local/sbin/:$PATHexport MANPATH=/opt/local/share/man:$MANPATH[/sourcecode]

[sourcecode language=”bash”]sudo port -v selfupdatesudo port -v sync[/sourcecode]

Microsoft Remote Desktop Connection Client for Mac 2.0.1 のダウンロードしインストール

あとはmacportsやらperlやらcpanやらインストールした。

その他のアプリはSnow Checkerでいろいろ確認できる。

MacPorts系のアップグレードとインストールもする。

以下のものをmacports.shとして保存。

 

[sourcecode language=”bash”]
# Python25
sudo port -d install python25
sudo port -d install py25-django
sudo port -d install py25-ipython
sudo port -d install py25-pip
sudo port -d install py25-setuptools
sudo port -d install py25-hashlib
sudo port -d install py25-zlib
sudo port -d install py25-readline
sudo port -d install py25-sqlite3
sudo port -d install py25-mysql
sudo port -d install py25-twisted
sudo port -d install py25-pgsql
sudo port -d install py25-mechanize
sudo port -d install py25-openssl
sudo port -d install py25-paste
sudo port -d install py25-pastedeploy
sudo port -d install py25-simplejson
sudo port -d install py25-nose
sudo port -d install py25-sqlalchemy
sudo port -d install py25-sqlalchemy-migrate
sudo port -d install py25-turbogears
sudo port -d install py25-memcached
sudo port -d install py25-yaml
sudo port -d install python25-doc
sudo port -f activate py25-cherrypy3
sudo port -d install py25-cherrypy3
[/sourcecode]

 

[sourcecode language=”bash”]
# Python26
sudo port -d install python26
sudo port -d install py26-bpython
sudo port -d install py26-django
sudo port -d install py26-django-extensions
sudo port -d install py26-coverage
sudo port -d install py26-ipython
sudo port -d install py26-mysql
sudo port -d install py26-nose
sudo port -d install py26-pip
sudo port -d install py26-pymacs
sudo port -d install py26-setuptools
sudo port -d install py26-twisted
sudo port -d install py26-pgsql
sudo port -d install py26-openssl
sudo port -d install py26-paste
sudo port -d install py26-pastedeploy
sudo port -d install py26-simplejson
sudo port -d install py26-sqlalchemy
sudo port -d install py26-sqlalchemy-migrate
sudo port -d install py26-memcached
sudo port -d install py26-yaml
sudo port -d install python26-doc
sudo port -d install py26-cherrypy3
sudo port -d install python_select
[/sourcecode]

 

[sourcecode language=”bash”]
# Ruby
export RUBYOPT=rubygems
sudo gem update –system
sudo gem update
sudo gem install mongrel
sudo gem install mongrel_cluster
sudo gem install mechanize
sudo gem install Selenium
sudo gem install vim-ruby
sudo gem install sqlite3-ruby
sudo gem install mysql
sudo gem install postgres
sudo gem install postgres-pr
sudo gem install BlueCloth
sudo gem install RedCloth
sudo gem install net-ssh
sudo gem install net-sftp
sudo gem install coverage
sudo gem install capistrano
sudo gem install magic_multi_connections
sudo gem install redgreen
sudo gem install rspec
sudo gem install rspec-rails
sudo gem install cucumber
sudo gem install rmagick
sudo gem install rails
sudo gem install jpmobile
sudo gem install ruby-debug
sudo gem install refe
sudo gem install xml-simple
sudo gem cleanup
[/sourcecode]

実行して延々と待つ。PerlのCPANモジュールはcpanmとかでさくっと入れています。

 

[sourcecode language=”bash”]
$ source macports.sh
[/sourcecode]

上記のスクリプトは誰かのブログに書いてあったのですが、失念してしまいました。ごめんなさい。

あとまともにLog::Dispatch系に触れてみたのでまた次回にでも書きます。

0 Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2024 Heart Beat | powered by WordPress with Barecity