mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
style: fix inconsistent code style for shell scripts
This commit is contained in:
@@ -77,7 +77,7 @@ For brewed Python, modules installed with `pip3` or `python3 setup.py install` w
|
||||
The system Python may not know which compiler flags to set in order to build bindings for software installed in Homebrew so you may need to run:
|
||||
|
||||
```sh
|
||||
CFLAGS=-I$(brew --prefix)/include LDFLAGS=-L$(brew --prefix)/lib pip install <package>
|
||||
CFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib" pip install <package>
|
||||
```
|
||||
|
||||
## Virtualenv
|
||||
|
||||
Reference in New Issue
Block a user