๋ญ๊ฐ ์๋ชป๋๊ฑด์ง ๋ชจ๋ฅด๊ฒ ์ง๋ง ๊ฐ์๊ธฐ ์ด๋๋ ๋ถํฐ python ํจํค์ง์ ๊ด๋ จ๋ ๋ชจ๋ ๊ฒ๋ค์์ ์๋ฌ๊ฐ ๋ฐ์ํ๋ค. ์๋ฌ ๋ด์ฉ์ ๋๋ต ์๋์ ๊ฐ๋ค.
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/pip", line 5, in <module> from pkg_resources import load_entry_point File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 720, in <module> class Environment(object): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 723, in Environment def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 109, in get_supported_platform plat = 'macosx-%s-%s' % ('.'.join(_macosx_vers()[:2]), m.group(3)) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 221, in _macosx_vers version = platform.mac_ver()[0] File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 804, in mac_ver info = _mac_ver_xml() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py", line 781, in _mac_ver_xml pl = plistlib.readPlist(fn) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist rootObject = p.parse(pathOrFile) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse parser.ParseFile(fileobj) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 418, in handleEndElement handler() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 452, in end_key self.currentKey = self.getData() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 436, in getData data = data.encode("ascii") LookupError: no codec search functions registered: can't find encoding
๋ฌธ์ ๋ virtualenv ๊ฐ ์๋์, pip ๋ก ์ฌ์ค์นํด๋ณด๋ ค๊ณ ํ๋๋ฐ pip ๋ฅผ ์คํํด๋ ๋์ผํ ์๋ฌ ๋ฉ์์ง๊ฐ ๋์๋ค. easy_install ๋ ๋ง์ฐฌ๊ฐ์ง..;; ์์ ๋๊ฐํ ์ํ.
pip ๋ฅผ ์ฌ์ค์นํด๋ณด๋ ค๊ณ ํ๋๋ฐ ์ด๋ป๊ฒ ํ๋์ง ๋ชจ๋ฅด๊ฒ ๊ณ โฆ ์์ python ์ ๋ค์ ์ค์นํด๋ฒ๋ ธ๋ค. ใ ใ
๊ทธ๋ฐ๋ฐ python ๊ณต์ ํํ์ด์ง์ ๋์์๋ 2.7.4 ์ธ์คํจ๋ฌ๋ก ํด๋ดค๋๋ฐ ์ฌ์ค์นํด๋ ๋ฌธ์ ๋ ํด๊ฒฐ๋์ง ์์๋ค.
๊ทธ๋์ ์ฐพ๋ค ์ฐพ๋ค๊ฐ ActivePython ์ด๋ผ๋ ๊ฑธ ์ฐพ์์ 2.7.2 ๋ก ์ฌ์ค์นํ๋๊น ๋คํํ pip ์ virtualenv ๋ฑ ์ ์ ๋์ํ๋ค. ใ ใ
์.. ์ง์ง OSX ์ฌ์ค์นํ ๋ป ํ๋ค..;; ์์ธ์ด ๋ญ์์๊น...







