标签:rap -o images code imp dex evel water RoCE
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum install python36 python36-devel -y
curl https://bootstrap.pypa.io/get-pip.py|python3.6
mkdir ~/.pip
cat > ~/.pip/pip.conf <<EOF
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
EOF
pip3.6 install xxxxxx
用3.6的pip安装模块python3.6 xxxx.py
用python3.6执行脚本
标签:rap -o images code imp dex evel water RoCE
原文地址:http://blog.51cto.com/9272317/2318785