python的一些包安装 pyhon-----安装yaml踩过的坑以及正解

Linux下pip 的安装方法:

使用get-pip.py安装

要安装pip,请安全下载get-pip.py1

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

然后:

python get-pip.py

完成!

pyhon-----安装yaml踩过的坑以及正解

pip install pyyaml

完成!

python学习之Dnspython模块

pip3 install dnspython3

完成!

猜你喜欢

转载自www.cnblogs.com/csm21/p/11937936.html