Skip to content
Snippets Groups Projects
Commit ad2e6bed authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

correct use of pip/virtualenv module

parent fb7435a0
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -156,7 +156,7 @@
pip:
requirements: "{{ app_path }}/requirements.txt"
virtualenv: "{{ app_venv }}"
virtualenv_python: "{{ app_python_version }}"
virtualenv_python: "python{{ app_python_version }}"
notify:
- "restart uwsgi instance {{ app.instance }}"
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment