ansible2.7 python3.7 redhat6.8

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ansible2.7 python3.7 redhat6.8相关的知识,希望对你有一定的参考价值。

python 下载安装:

  1. ./configure --prefix=/ansible/python
  2. make
  3. make install
    报错: ModuleNotFoundError: No module named ‘_ctypes‘
    解决方法:
    下载安装:libffi-devel-3.0.5-3.2.el6.x86_64.rpm
    重新编译安装python
  4. 为python3建立软连接: ln python3 python
  5. 在shell中指定环境变量PATH

ansible 下载安装:

  1. 安装依赖包
  2. python setup.py inslall

以上是关于ansible2.7 python3.7 redhat6.8的主要内容,如果未能解决你的问题,请参考以下文章

django channels

Ubuntu更新python3.5到python3.7

Python3.7.3安装(Win10)

python3.7 完美安装

centos 7 编译 python3.7.0

Kali环境下安装Python3.7