Skip to content

Commit

Permalink
Remove the -e from pip install (#72)
Browse files Browse the repository at this point in the history
Doing a proper install as opposed to an "editable" install. The
idea is that the symlink site-packages is pointing to probably gets
detached or dropped as current and next get rotated.
  • Loading branch information
mistercrunch authored and lyft-buildnotify-4 committed Nov 21, 2017
1 parent 8c645a6 commit 27992ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/config/states/superset/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Run javascript build:

Install superset submodule:
cmd.run:
- name: sudo /usr/local/bin/service_venv pip install --use-wheel -e upstream/
- name: sudo /usr/local/bin/service_venv pip install --use-wheel upstream/
- cwd: /srv/service/next

Ensure database is upgraded:
Expand Down

0 comments on commit 27992ce

Please sign in to comment.