Merge "Reinitialize the virtualenv"
This commit is contained in:
commit
07d102863b
@ -114,6 +114,7 @@
|
|||||||
shell: |
|
shell: |
|
||||||
find {{ octavia_bin }} -name \*.pyc -delete
|
find {{ octavia_bin }} -name \*.pyc -delete
|
||||||
sed -si '1s/^.*python.*$/#!{{ octavia_bin | replace ('/','\/') }}\/python/' {{ octavia_bin }}/*
|
sed -si '1s/^.*python.*$/#!{{ octavia_bin | replace ('/','\/') }}\/python/' {{ octavia_bin }}/*
|
||||||
|
virtualenv {{ octavia_bin | dirname }}
|
||||||
when:
|
when:
|
||||||
- not octavia_developer_mode | bool
|
- not octavia_developer_mode | bool
|
||||||
- octavia_get_venv | changed or octavia_venv_dir | changed
|
- octavia_get_venv | changed or octavia_venv_dir | changed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user