2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Install python3.6 in centos

This commit is contained in:
Ameya Shenoy 2018-03-26 15:46:05 +05:30
parent 0f8c6cfed0
commit 97d81b0ba4
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -1,5 +1,12 @@
---
- name: Install IUS repo for python 3.6
become: yes
become_user: root
yum:
name: https://centos7.iuscommunity.org/ius-release.rpm
state: present
- name: "Setup prerequisites using yum"
become: yes
become_user: root
@ -23,6 +30,7 @@
- ntp
- openssl-devel
- postfix
- python36u
- python-devel
- python-setuptools
- python-pip