まず、最新のバージョンを確認する。
> pip3 list --o
django (1.8.16) - Latest: 1.11 [wheel]
django-tables2 (1.2.6) - Latest: 1.4.2 [sdist]
google-api-python-client (1.5.2) - Latest: 1.6.2 [wheel]
httplib2 (0.9.2) - Latest: 0.10.3 [sdist]
matplotlib (1.5.1) - Latest: 2.0.0 [wheel]
numpy (1.11.2) - Latest: 1.12.1 [wheel]
oauth2client (3.0.0) - Latest: 4.0.0 [wheel]
Pillow (3.4.1) - Latest: 4.1.0 [wheel]
pyasn1 (0.1.9) - Latest: 0.2.3 [wheel]
...
アップデートしたいパッケージに対して、Update オプションを付けた install コマンドを発行する。
> pip3 install Pillow -U
Collecting Pillow
Downloading Pillow-4.1.0-cp34-cp34m-win_amd64.whl (1.4MB)
100% |################################| 1.4MB 186kB/s
Collecting olefile (from Pillow)
Downloading olefile-0.44.zip (74kB)
100% |################################| 81kB 1.2MB/s
Installing collected packages: olefile, Pillow
Running setup.py install for olefile ... done
Found existing installation: Pillow 3.4.1
Uninstalling Pillow-3.4.1:
Successfully uninstalled Pillow-3.4.1
Successfully installed Pillow-4.1.0 olefile-0.44
0 件のコメント:
コメントを投稿