Python 3.3.5 + get-pip.py を Windows 2000で
Python 3.2.5 + get-pip.py を Windows 2000で
同様に Python 3.3.5
でやってみた。
Python 3.3 は 3.3.7 が最新なのだけどバイナリは公開されてないようだ・ω・
Python 3.3も 専用のget-pip.py を使います
https://bootstrap.pypa.io/3.3/get-pip.py
python get-pip.py --proxy=127.0.0.1:6060 --cert "C:\Proxydomo_1.107\Proxydomo\ca.pem.crt"
こんな感じで指定
>python get-pip33.py --proxy=127.0.0.1:6060 --cert "C:\Proxydomo_1.107\Proxydomo\ca.pem.crt" DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python. Collecting pip<18 Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b 44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB) 100% |################################| 1.3MB 344kB/s |
これも無事インストールできた
インストール先は %APPDATA%\python\python33\site-packages になった
Comments