diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index cf3030428..4f5f08217 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -158,6 +158,7 @@ apt-get install -y libffi-dev libssl-dev apt-get install -y libmysqlclient-dev # Pip requirements for all data source types +cd /opt/redash/current pip install -r requirements_all_ds.txt # Setup supervisord + sysv init startup script