[build] fix pip install issues on OSX High Sierra (#6201)

* [build] fix pip install issues on OSX High Sierra

I think requirements.txt was out-of-sync as well.

Also had to:
export
  LDFLAGS="-L/usr/local/opt/openssl/lib"
export
  CPPFLAGS="-I/usr/local/opt/openssl/include"
export
  PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"

* Fix click
This commit is contained in:
Maxime Beauchemin
2018-10-29 10:33:51 -07:00
committed by Beto Dealmeida
parent 5403f31007
commit 81fc3dfbee
5 changed files with 13 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ Follow these few simple steps to install Superset.::
superset db upgrade
# Load some data to play with
superset load-examples
superset load_examples
# Create default roles and permissions
superset init