diff --git a/tasks/swift_install.yml b/tasks/swift_install.yml index bdb04a6a..99598139 100644 --- a/tasks/swift_install.yml +++ b/tasks/swift_install.yml @@ -101,7 +101,7 @@ - name: Update virtualenv path command: > - virtualenv-tools --update-path=auto {{ swift_bin | dirname }} + virtualenv-tools --update-path=auto --reinitialize {{ swift_bin | dirname }} when: - not swift_pypy_enabled | bool - not swift_developer_mode | bool