python 入门

 

python 打包

https://blog.csdn.net/jiangshuanshuan/article/details/107536752

entry_points将Python模块转变为命令行工具
https://blog.csdn.net/mouday/article/details/90582313

 

pip 安装本地项目

pip install -e 项目根目录

 

卸载所有python包

pip freeze > requirements.txt
pip uninstall -r requirements.txt -y

 

pytest之mark功能: https://www.cnblogs.com/xingyunqiu/p/11734226.html 

 

python命令行调试

https://blog.csdn.net/tuzixini/article/details/79614655

错误汇总

' error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 '

 https://github.com/scrapy/scrapy/issues/2115

sudo -H pip3 install --upgrade pip

 

 
 
posted @ 2020-11-16 15:31  逐梦客!  阅读(68)  评论(0)    收藏  举报