跳至主要內容

🚀 常见命令

Alex Sun2024年5月27日小于 1 分钟

🚀 常见命令

1. 清除缓存文件

pip cache purge

2. 固定版本

pip freeze > requirements.txt

3. 设置镜像

更新 pip:

python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --upgrade pip

设置镜像地址:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/