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:
parent
0f8c6cfed0
commit
97d81b0ba4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user