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

 

    原文作者:python入门
    原文地址: https://www.cnblogs.com/zzPrince/p/5647171.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞