Skip to content

Commit 9a8a2ca

Browse files
authored
[readme] add reference to brew info for env vars
I encountered a problem during installation where python could not find zlib. It appears there needs to be additional environment variables set, which are provided (and kept up to date) by the brew info command
1 parent 66d739c commit 9a8a2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ In **PowerShell** or in a **Command Prompt** window:
9595
brew install zlib openssl readline
9696
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix zlib)/lib"
9797
```
98+
Run `brew info` to get the latest environment variable export suggestions, such as `brew info zlib`
9899

99100
- **Windows**
100101

@@ -256,4 +257,4 @@ for testing purposes, even though the Elastic Beanstalk team tests the EB CLI ag
256257
257258
### 5. License
258259
259-
This library is licensed under the Mozilla Public License Version 2.0.
260+
This library is licensed under the Mozilla Public License Version 2.0.

0 commit comments

Comments
 (0)