1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

add system package access for the virtualenv

This commit is contained in:
Thorsten
2016-01-01 21:07:35 +01:00
parent 8964580c16
commit 793fc1ec32

View File

@@ -24,7 +24,7 @@
- include_vars: credentials.yml
tags: [render_config]
- name: virtualenv for the bot
shell: virtualenv -p python3 ~/botenv creates=~/botenv/bin/activate
shell: virtualenv -p python3 --system-site-packages ~/botenv creates=~/botenv/bin/activate
- name: virtualenv for supervisord
shell: virtualenv -p python2 ~/svenv creates=~/svenv/bin/activate
- name: clone repository