diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-22 14:00:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-22 14:21:21 +0100 |
| commit | 566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1 (patch) | |
| tree | 543a74a1dc4a76909b63aa67345d02bbb6e8d041 /travis/osx | |
| parent | 431878d251617d60a3e44d1693976dca90630342 (diff) | |
| download | PROJ-566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1.tar.gz PROJ-566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1.zip | |
travis/osx/before_install.sh: attempt to fix 'pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.'
Diffstat (limited to 'travis/osx')
| -rwxr-xr-x | travis/osx/before_install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index 450d2838..09a7a74f 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -2,13 +2,15 @@ set -e -export PATH=$HOME/Library/Python/3.6/bin:$PATH +export PATH=$HOME/Library/Python/3.7/bin:$PATH brew update brew install ccache brew install sqlite3 brew install doxygen brew install md5sha1sum +brew reinstall python +brew reinstall wget ./travis/before_install_pip.sh |
