「Pythonをインストールする」の版間の差分
提供: Python入門
(ページの作成:「__TOC__ == 概要 == Pythonを各OSにインストールする方法です。 == FreeBSD == <syntaxhighlight lang="bash"> cd /usr/ports/lang/python sudo make install c...」) |
(相違点なし)
|
2014年1月24日 (金) 23:01時点における版
概要
Pythonを各OSにインストールする方法です。
FreeBSD
cd /usr/ports/lang/python sudo make install clean
もしくは
sudo pkg install python
Ubuntu/Debian
sudo apt-get install python
CentOS
sudo yum install python26
Windows
http://www.python.org/download/windows/