Skip to content

Commit

Permalink
To avoid "cannot import name main" error
Browse files Browse the repository at this point in the history
  • Loading branch information
ariarijp committed Apr 20, 2018
1 parent 3f3a86e commit df9bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ubuntu/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extract_redash_sources() {
}

install_python_packages() {
pip install --upgrade pip
pip install --upgrade pip==9.0.3
# TODO: venv?
pip install setproctitle # setproctitle is used by Celery for "pretty" process titles
pip install -r $REDASH_BASE_PATH/current/requirements.txt
Expand Down

0 comments on commit df9bd38

Please sign in to comment.