07 2023 档案

摘要:##################### 查看当前环境已经安装了哪些包:pip list 获取指定包的所有可用版本 生成requirements.txt (test_venv) [work@igoodful tmp]$ pip list Package Version asgiref 3.7.2 阅读全文
posted @ 2023-07-04 20:35 igoodful 阅读(46) 评论(0) 推荐(0)
摘要:############################ 下载5.3.0.tar.gz wget wget https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz tar -xzvf 5.3.0.tar.gz cd je 阅读全文
posted @ 2023-07-03 17:19 igoodful 阅读(621) 评论(0) 推荐(0)