We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eee8b3 commit b815845Copy full SHA for b815845
provisioning/pythondotorg.yml
@@ -75,6 +75,11 @@
75
clone=no
76
update=no
77
78
+ - name: Ensure fresh virtual environment
79
+ file:
80
+ path: "{{ project.virtualenv }}"
81
+ state: absent
82
+
83
- name: Install dependencies for the Django app inside virtual environment
84
pip: virtualenv={{ project.virtualenv }}
85
virtualenv_command="/usr/bin/python3 -m venv"
0 commit comments