easy_installでmercurialをインストールしてみる@coreserver

pythonで書かれたクロスプラットフォームの分散型バージョン管理システムmercurialをインストールしてみます(巷ではgitがアツイようですが、私の興味は今のところmercurialなんで)。



$ easy_install mercurial

Searching for mercurial
Reading http://pypi.python.org/simple/mercurial/
Couldn't find index page for 'mercurial' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Reading http://pypi.python.org/simple/Mercurial/
Reading http://www.selenic.com/mercurial
Best match: mercurial 1.0.1
Downloading http://www.selenic.com/mercurial/release/mercurial-1.0.1.tar.gz
Processing mercurial-1.0.1.tar.gz
Running mercurial-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jYdAvi/mercurial-1.0.1/egg-dist-tmp-A2oryv
zip_safe flag not set; analyzing archive contents...
mercurial.templater: module references __file__
mercurial.lsprof: module references __file__
mercurial.version: module references __file__
Adding mercurial 1.0.1 to easy-install.pth file
Installing hg script to /virtual/kakato/local/bin

Installed /virtual/kakato/local/lib/python2.4/site-packages/mercurial-1.0.1-py2.4-linux-i686.egg
Processing dependencies for mercurial
Finished processing dependencies for mercurial
できたっぽい。


明日以降、mercurialを触ってみたりします。
先にvim環境を整えるかも(TーT)