brew install pygame
खुद को स्थापित करने के बाद , इस संदेश को थूक दिया:
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/pygame/1.9.2a0 --single-version-externally-managed --record=installed.txt
==> Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
mkdir -p /Users/packrd/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/packrd/Library/Python/2.7/lib/python/site-packages/homebrew.pth
जिसका स्पष्ट अर्थ था "हमने इसे स्थापित किया है, लेकिन आपका अजगर इसका उपयोग करने में सक्षम नहीं होगा"
यहाँ विषमता यह प्रतीत होती है कि यदि आप brew install pygame
इसे अजगर स्थापित नहीं करते हैं , तो बस pygame (उपयोग करने के लिए निर्भरता के लिए)?
तो या तो उन निर्देशों का पालन करें (जैसा कि आपकी स्क्रीन पर छपा है) तो यह काम करता है, या brew install python
उस अजगर को (usr / bin / python के बजाय / usr / local / bin / python) के बजाय प्रयोग करें।