We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122e07e commit 90bd9e9Copy full SHA for 90bd9e9
config.sh
@@ -27,7 +27,7 @@ function build_curl2 {
27
flags="$flags --with-ssl"
28
build_openssl
29
fi
30
- flags="$flags --without-brotli --without--libnghttp2"
+ flags="$flags --without-brotli --without-libnghttp2"
31
#build_libnghttp2
32
#build_brotli
33
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
@@ -78,9 +78,6 @@ function build_libs {
78
function run_tests {
79
# Runs tests on installed distribution from an empty directory
80
cp ../netcdf4-python/test/* .
81
- export PATH="/usr/local/bin:${PATH}"
82
- echo "PATH = $PATH"
83
- ls -l /usr/local/bin
84
python run_all.py
85
}
86
0 commit comments