Merge "Reinitialize the virtualenv"

This commit is contained in:
Zuul 2018-01-19 19:20:41 +00:00 committed by Gerrit Code Review
commit ad1cbaecb2
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
shell: |
find {{ molteniron_bin }} -name \*.pyc -delete
sed -si '1s/^.*python.*$/#!{{ molteniron_bin | replace ('/','\/') }}\/python/' {{ molteniron_bin }}/*
virtualenv {{ molteniron_bin | dirname }}
when:
- not molteniron_developer_mode | bool
- molteniron_get_venv | changed