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

原文地址:https://www.cnblogs.com/zzPrince/p/5647171.html