mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 08:08:23 +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"
|
- name: "Setup prerequisites using yum"
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
@ -23,6 +30,7 @@
|
|||||||
- ntp
|
- ntp
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- postfix
|
- postfix
|
||||||
|
- python36u
|
||||||
- python-devel
|
- python-devel
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python-pip
|
- python-pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user