python 入门笔记

1.pip包安装

pip install ***

pip 中http和https代理设置(/etc/profile)

2.强制保存

:w !sudo tee %

3.cffi是python调用C的包

4.通过wget下载下来的包,首先要tar zxvf ***,然后 python *** build,最后 python  *** install

上一篇:listdir-isdir-isfile用法解释


下一篇:python笔记 -- set集合