python环境配置
Windows下的配置:
1. pip代理
C:\Users\rrs\pip\pip.ini
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn
disable-pip-version-check = true
timeout = 6000
2.环境变量
C:\Users\rrs\AppData\Local\Programs\Python\Python311
C:\Users\rrs\AppData\Local\Programs\Python\Python311\Scripts