Advertisement
Guest User

Pygame Laden

a guest
Oct 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Last login: Wed Oct 23 17:31:36 on ttys000
  2. iMac-Oskar:~ oskarsalomonowitz$ ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. ==> This script will install:
  4. /usr/local/bin/brew
  5. /usr/local/share/doc/homebrew
  6. /usr/local/share/man/man1/brew.1
  7. /usr/local/share/zsh/site-functions/_brew
  8. /usr/local/etc/bash_completion.d/brew
  9. /usr/local/Homebrew
  10.  
  11. Press RETURN to continue or any other key to abort
  12. ==> Downloading and installing Homebrew...
  13. HEAD is now at 1ea1f31d0 Merge pull request #6634 from reitermarkus/trash
  14. Already up-to-date.
  15. ==> Installation successful!
  16.  
  17. ==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
  18. Read the analytics documentation (and how to opt-out) here:
  19. https://docs.brew.sh/Analytics
  20.  
  21. ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  22. https://github.com/Homebrew/brew#donations
  23. ==> Next steps:
  24. - Run `brew help` to get started
  25. - Further documentation:
  26. https://docs.brew.sh
  27. iMac-Oskar:~ oskarsalomonowitz$ brew install phyton3
  28. Error: No available formula with the name "phyton3"
  29. ==> Searching for a previously deleted formula (in the last month)...
  30. Warning: homebrew/core is shallow clone. To get complete history run:
  31. git -C "$(brew --repo homebrew/core)" fetch --unshallow
  32.  
  33. Error: No previously deleted formula found.
  34. ==> Searching for similarly named formulae...
  35. Error: No similarly named formulae found.
  36. ==> Searching taps...
  37. ==> Searching taps on GitHub...
  38. Error: No formulae found in taps.
  39. iMac-Oskar:~ oskarsalomonowitz$ brew install sdl sdl_sound sdl_mixer sdl_ttf
  40. Warning: sdl 1.2.15_1 is already installed and up-to-date
  41. To reinstall 1.2.15_1, run `brew reinstall sdl`
  42. Warning: sdl_sound 1.0.3_1 is already installed and up-to-date
  43. To reinstall 1.0.3_1, run `brew reinstall sdl_sound`
  44. Warning: sdl_mixer 1.2.12_3 is already installed and up-to-date
  45. To reinstall 1.2.12_3, run `brew reinstall sdl_mixer`
  46. Warning: sdl_ttf 2.0.11_1 is already installed and up-to-date
  47. To reinstall 2.0.11_1, run `brew reinstall sdl_ttf`
  48. iMac-Oskar:~ oskarsalomonowitz$ pip3 install pygame
  49. Requirement already satisfied: pygame in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (1.9.6)
  50. You are using pip version 19.0.3, however version 19.3 is available.
  51. You should consider upgrading via the 'pip install --upgrade pip' command.
  52. iMac-Oskar:~ oskarsalomonowitz$ pip3 install pgzero
  53. Collecting pgzero
  54. Using cached https://files.pythonhosted.org/packages/48/e5/e5f14292373cb5fc7539aa01307b184c1e3c954d68945d8c44778669dd82/pgzero-1.2-py3-none-any.whl
  55. Collecting numpy (from pgzero)
  56. Downloading https://files.pythonhosted.org/packages/ea/f4/acaa005b20777fc56a1dc0cae228ab2cb5a7f09a7e7fcb6d4619ce24a1b7/numpy-1.17.3-cp37-cp37m-macosx_10_9_x86_64.whl (15.1MB)
  57. 100% |████████████████████████████████| 15.1MB 1.5MB/s
  58. Requirement already satisfied: pygame<2.0,>=1.9.2 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pgzero) (1.9.6)
  59. Installing collected packages: numpy, pgzero
  60. Successfully installed numpy-1.17.3 pgzero-1.2
  61. You are using pip version 19.0.3, however version 19.3 is available.
  62. You should consider upgrading via the 'pip install --upgrade pip' command.
  63. iMac-Oskar:~ oskarsalomonowitz$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement