各种环境配置问题解决
1. Python安装后Scripts文件夹中没有文件(没有pip)
1.下载文件放到python根目录: https://bootstrap.pypa.io/get-pip.py
2.打开cmd, 切换的到python根目录,执行 py get-pip.py 即可
2. Python、Anaconda3
`Python3.9.13`: https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe
`Anaconda3(2022.10-Windows-x86_64)`: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.10-Windows-x86_64.exe