From dd571152b7dc02f65943fe0e503c228f5d08d04e Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 15 Nov 2023 13:53:40 -0500 Subject: [PATCH] More minor adjustments Signed-off-by: Carlo Costino --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3514c7095..d3802c26f 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,6 @@ configuration after installation to get working out of the box: working with a Cloud Foundry platform (e.g., cloud.gov) - [redis](https://redis.io/) - required as the backend for the API's asynchronous job processing -- [pyenv](https://github.com/pyenv/pyenv) - for managing Python installations - [vim](https://www.vim.org/) - for editing files more easily in the command line @@ -370,9 +369,14 @@ You can do this by going through these steps: ## Known Installation Issues +### Python Installation Errors + On M1 Macs, if you get a `fatal error: 'Python.h' file not found` message, try a -different method of installing Python. Installation via `pyenv` is known to -work. +different method of installing Python. The recommended approach is to use +[`pyenv`](https://github.com/pyenv/pyenv), as noted above in the installation +instructions. + +### PostgreSQL Installation Errors A direct installation of PostgreSQL will not put the `createdb` command on your `$PATH`. It can be added there in your shell startup script, or a