mirror of https://github.com/KLayout/klayout.git
Fixing brew install bug due to ruby version mismatch. (cont'd)
This commit is contained in:
parent
5d7bb7d60e
commit
b617bafb8c
|
|
@ -68,7 +68,7 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode8 # macOS 10.11
|
||||
env:
|
||||
- MATRIX_EVAL="rvm list; rvm use ruby-2.3.0; brew update; brew config; brew upgrade python; brew unlink python && brew link --overwrite python;"
|
||||
- MATRIX_EVAL="brew update; brew config; brew upgrade python; echo $PATH; ls -la /usr/local/bin; shopt -s expand_aliases; alias python='python3'; alias pip='pip3';"
|
||||
- ARCHFLAGS="-std=c++11"
|
||||
- PIP_UPDATE="1"
|
||||
- PYTHON_BUILD=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue