Last login: Fri Apr 1 00:04:31 on ttys000
Jamess-MacBook-Pro:~ jameshancock$ Install XQuartz: http://xquartz.macosforge.org/landing/
Install: XQuartz:: No such file or directory
Jamess-MacBook-Pro:~ jameshancock$ xcode-select --install
xcode-select: note: install requested for command line developer tools
Jamess-MacBook-Pro:~ jameshancock$ xcode-select --install
xcode-select: note: install requested for command line developer tools
Jamess-MacBook-Pro:~ jameshancock$ Install XQuartz: http://xquartz.macosforge.org/landing/
Install: XQuartz:: No such file or directory
Jamess-MacBook-Pro:~ jameshancock$ Install XQuartz: http://xquartz.macosforge.org/landing/
Install: XQuartz:: No such file or directory
Jamess-MacBook-Pro:~ jameshancock$ Install XQuartz: http://xquartz.macosforge.org/landing/
Install: XQuartz:: No such file or directory
Jamess-MacBook-Pro:~ jameshancock$
Last login: Sat Apr 2 00:19:18 on ttys001
Jamess-MacBook-Pro:~ jameshancock$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
curl: (22) The requested URL returned error: 404 Not Found
Jamess-MacBook-Pro:~ jameshancock$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
==> The following directories will have their owner set to jameshancock:
/usr/local/.
/usr/local/bin
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
==> /usr/bin/sudo /usr/sbin/chown jameshancock /usr/local/. /usr/local/bin
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown jameshancock /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 4086, done.
remote: Compressing objects: 100% (3933/3933), done.
remote: Total 4086 (delta 35), reused 1856 (delta 20), pack-reused 0
Receiving objects: 100% (4086/4086), 3.38 MiB | 1.96 MiB/s, done.
Resolving deltas: 100% (35/35), done.
From https://github.com/Homebrew/homebrew
* [new branch] master -> origin/master
HEAD is now at 48e5079 test-bot: fix path in cleanup_before
==> Tapping homebrew/core
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3646, done.
remote: Compressing objects: 100% (3529/3529), done.
remote: Total 3646 (delta 12), reused 1677 (delta 4), pack-reused 0
Receiving objects: 100% (3646/3646), 2.70 MiB | 2.01 MiB/s, done.
Resolving deltas: 100% (12/12), done.
Checking connectivity... done.
Tapped 3524 formulae (3,673 files, 8.4M)
==> Installation successful!
==> Next steps
Run `brew help` to get started
Jamess-MacBook-Pro:~ jameshancock$
If you want an easier way, you could install the HomeBrew package manager from http://brew.sh and use the brew command to install pygame.
Install homebrew (you only have to do this once):
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install pygame after homebrew
brew install homebrew/python/pygame
That should get and install all the necessary dependencies along with pygame. Afterwards, you should just update it once in a while:
brew upgrade
brew update