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
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49
d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl
(567kB)
    100% |################################| 573kB 273kB/s
Collecting wheel<0.30
  Using cached https://files.pythonhosted.org/packages/8a/e9/8468cd68b582b06ef55
4be0b96b59f59779627131aad48f8a5bce4b13450/wheel-0.29.0-py2.py3-none-any.whl
Installing collected packages: pip, setuptools, wheel
  The script wheel.exe is installed in 'C:\Documents and Settings\mof\Applicatio
n Data\Python\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warn
ing, use --no-warn-script-location.
Successfully installed pip-10.0.1 setuptools-39.2.0 wheel-0.29.0

これも無事インストールできた

インストール先は %APPDATA%\python\python33\site-packages になった

おすすめ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です