add system package access for the virtualenv
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
- include_vars: credentials.yml
|
- include_vars: credentials.yml
|
||||||
tags: [render_config]
|
tags: [render_config]
|
||||||
- name: virtualenv for the bot
|
- 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
|
- name: virtualenv for supervisord
|
||||||
shell: virtualenv -p python2 ~/svenv creates=~/svenv/bin/activate
|
shell: virtualenv -p python2 ~/svenv creates=~/svenv/bin/activate
|
||||||
- name: clone repository
|
- name: clone repository
|
||||||
|
|||||||
Reference in New Issue
Block a user