yhw-miracle / blog

思想,知识,认知的沉淀地
https://yhw-miracle.github.io
0 stars 0 forks source link

windows10 系统配置 python2 和 python3 共存 #1

Open yhw-miracle opened 5 years ago

yhw-miracle commented 5 years ago

python3

python2

python2 3

python2-m pip install --upgrade pip
python3-m pip install --upgrade pip

若安装失败,可以加参数--force-reinstall

pip2 3