style: fix inconsistent code style for shell scripts

This commit is contained in:
XuehaiPan
2021-09-15 14:59:01 +08:00
parent 9c03493774
commit 3f96d963f7
43 changed files with 421 additions and 331 deletions
+1 -1
View File
@@ -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