python2.7 mac 安装 pygame

详见 http://archive.jalada.co.uk/2011/06/17/installing-pygame-on-os-x-with-a-homebrew-python-2-7-install.html,亲测可用

使用该方法,将系统自带的python安装了 pygame包。测试如下:


python2.7 mac 安装 pygame_第1张图片

接下来如何在 pycharm中使用呢?

我本身的pycharm使用的python解释器是 anaconda版本的


python2.7 mac 安装 pygame_第2张图片

所以仅需要在 Preference--Project--Project Interpreter中修改为 系统自带的解释器即可


python2.7 mac 安装 pygame_第3张图片

如图,可在程序中,正常地引入包了


python2.7 mac 安装 pygame_第4张图片

你可能感兴趣的:(python2.7 mac 安装 pygame)