LoginSignup
3
3

More than 5 years have passed since last update.

WindowsにChocolateyでPython 3.4.3をinstallする

Posted at

環境

ツール バージョン
OS Windows7
Python 3.4.3

インストールにはChocolateyを使う。

手順

cinst python3 -y

2015/9/9時点ではpython 3.4.3が入った。

> python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

が、pipが使えない。
pathが通っていないようなので環境変数に
C:\tools\python3\Scriptsを追加

> pip --version
pip 6.0.8 from C:\tools\python3\lib\site-packages (python 3.4)
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3