HAL-RO-Developer / iot_plat_doc

2 stars 0 forks source link

pythonの導入 #11

Closed makki0205 closed 7 years ago

makki0205 commented 7 years ago

背景

pythonでテストサーバーを動かさないと行けない。

目的

pythonとpipを導入する

対応内容

version

@Komei1009 http://no-title.com/programming/python

hiyanaka commented 7 years ago
C:\WINDOWS\system32>python -V
Python 3.6.1

C:\WINDOWS\system32>pip -V
pip 9.0.1 from c:\users\ohs50326\appdata\local\programs\python\python36\lib\site-packages (python 3.6)
teruya002 commented 7 years ago

4

teruya002 commented 7 years ago
C:\Users\teruya.taiki\Desktop>python -V
Python 3.5.2

C:\Users\teruya.taiki\Desktop>pip -V
pip 8.1.1 from c:\users\teruya.taiki\appdata\local\programs\python\python35\lib\site-packages (python 3.5)
RikuHashimoto commented 7 years ago
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\ohs50158>python -V
Python 3.6.1

C:\Users\ohs50158>pip -V
pip 9.0.1 from c:\users\ohs50158\appdata\local\programs\python\python36-32\lib\site-packages (python 3.6)

C:\Users\ohs50158>pip -V
yam123 commented 7 years ago
C:\Users\ohs50258>python -V
Python 3.6.1

C:\Users\ohs50258>pip -V
pip 9.0.1 from c:\users\ohs50258\appdata\local\programs\python\python36-32\lib\s
ite-packages (python 3.6)
show-t commented 7 years ago
ohs50247@R73 MINGW64 ~/Desktop
$ python -V
Python 3.6.1

ohs50247@R73 MINGW64 ~/Desktop
$ pip -V
pip 9.0.1 from c:\users\ohs50247\appdata\local\programs\python\python36-32\lib\site-packages (python 3.6)