一、新建python虚拟环境
python -m venv demovenv
二、配置pip源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
在cmd窗口运行上述命令后会在 C:\Users\92113\AppData\Roaming\ 目录下生成一个pip文件夹,在pip文件夹里面有一个pip.ini配置文件:

一、新建python虚拟环境
python -m venv demovenv
二、配置pip源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
在cmd窗口运行上述命令后会在 C:\Users\92113\AppData\Roaming\ 目录下生成一个pip文件夹,在pip文件夹里面有一个pip.ini配置文件:
