Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 857 Bytes

Installing developer tools on Apple Silicon

This is how we got things to work on Apple Silicon.

Getting started

  1. Terminal
  2. Homebrew
  3. pyenv
  4. PostgreSQL and PostGIS
  5. gevent
  6. redis

Other resources on this subject

See Links.

Make this better

Feel free to suggest improvements and extra tips using pull requests.

Credits

Thanks to everybody who shared tips and code!

If we used a tip that was found online, the source is credited with a link in the article.

A special mention here for A wrapper script for brew. This is a great solution for brew, and it also gave birth to the idea to fix pyenv. Improvements to make brew also play nice with Postgres.app were added.