一、介绍
python对操作系统比较敏感,这里给出免安装版本的使用方法

二、使用方法
1、下载
https://www.python/ftp/python/
找到合适的版本,这里以3.7.3为例
https://www.python/ftp/python/3.7.3/

2、解压

3、下载pip工具
1、下载get-pip.py
https://pip.pypa.io/en/stable/installing/

另存

2、下载pip
打开cmd

3、修改python37._pth文件

4、安装lib
python.exe .\Scripts\pip3.exe install 模块名
5、查看lib
python.exe .\Scripts\pip3.exe list

6、使用

更多推荐

python免安装版使用