Adding in the comment that I removed from the other section.
This commit is contained in:
parent
719eb6ce84
commit
5366ba63d9
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ if [ ! -e /usr/include ]; then sudo ln -s `xcrun --show-sdk-path`/usr/include /u
|
|||
pyenv install 2.7.11
|
||||
pyenv virtualenv 2.7.11 quay
|
||||
pyenv activate quay
|
||||
|
||||
# Some packages may fail to build with clang (which now defaults to C11).
|
||||
CFLAGS='-std=c99' pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
|
||||
|
|
Reference in a new issue