맥에서 mercurial 설치
sudo easy_install python
sudo easy_install mercurial
위 두 가지로 문제가 생기네요.
Searching for mercurial
Reading http://pypi.python.org/simple/mercurial/
Reading http://mercurial.selenic.com/
Reading http://www.selenic.com/mercurial
Best match: mercurial 1.9.1
Downloading http://mercurial.selenic.com/release/mercurial-1.9.1.tar.gz
Processing mercurial-1.9.1.tar.gz
Running mercurial-1.9.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-x_1Qcc/mercurial-1.9.1/egg-dist-tmp-A37O91
error: Setup script exited with Python headers are required to build Mercurial
gwang-nam-heoyi-macbook-pro:~ kenu$
아래와 같은 커맨드로 성공했습니다.
102 git clone https://github.com/whimboo/mozmill-crowd.git
106 cd mozmill-crowd/
114 cd environments/
115 cd mac
116 ./make.sh
117 cd mozmill-env/
119 sudo ./setup.sh
120 hg
