mirror of https://github.com/KLayout/klayout.git
sudo pip install --update pip
This commit is contained in:
parent
61decac8b4
commit
6f19bed834
|
|
@ -82,7 +82,7 @@ before_install:
|
|||
- eval "${MATRIX_EVAL}"
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" && ! -x "$(command -v pip)" ]]; then sudo easy_install pip; fi
|
||||
- pip --version
|
||||
- pip install --upgrade pip
|
||||
- sudo pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install --upgrade setuptools wheel
|
||||
- python -c "import distutils.sysconfig as sysconfig; print(sysconfig.__file__)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue