差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:python_psycopg2_xrea [2009/05/17 13:43] – ともやん | python:python_psycopg2_xrea [2019/08/19 06:41] (現在) – ともやん | ||
|---|---|---|---|
| 行 2: | 行 2: | ||
| 以下は Python の環境が整っていることが前提の説明です。Python の環境は [[python: | 以下は Python の環境が整っていることが前提の説明です。Python の環境は [[python: | ||
| - bash を起動しておく。(~/ | - bash を起動しておく。(~/ | ||
| - | username@sxxx: | + | $ bash |
| - | username@sxxx: | + | $ python -V |
| Python 2.6.2 | Python 2.6.2 | ||
| </ | </ | ||
| - 作業フォルダに移動する。< | - 作業フォルダに移動する。< | ||
| - | username@sxxx: | + | $ cd tmp |
| </ | </ | ||
| - Psycopg2 をダウンロードする。< | - Psycopg2 をダウンロードする。< | ||
| - | username@sxxx: | + | $ wget http:// |
| - | --2009-05-17 13:40:15-- http:// | + | --2009-05-19 00:50:35-- http:// |
| Resolving initd.org... 213.215.170.198 | Resolving initd.org... 213.215.170.198 | ||
| Connecting to initd.org|213.215.170.198|: | Connecting to initd.org|213.215.170.198|: | ||
| HTTP request sent, awaiting response... 200 OK | HTTP request sent, awaiting response... 200 OK | ||
| - | Length: | + | Length: |
| - | Saving to: `psycopg2-2.0.10.tar.gz' | + | Saving to: `psycopg2-2.0.8.tar.gz' |
| - | 100%[=========================================================================> | + | 100%[====================================================================================> |
| - | 2009-05-17 13:40:24 (97.3 KB/s) - `psycopg2-2.0.10.tar.gz' | + | 2009-05-19 00:50:54 (15.4 KB/s) - `psycopg2-2.0.8.tar.gz' |
| </ | </ | ||
| - Psycopg2 を解凍する。< | - Psycopg2 を解凍する。< | ||
| - | username@sxxx: | + | $ tar xvzf psycopg2-2.0.8.tar.gz |
| - | psycopg2-2.0.10/ | + | psycopg2-2.0.8/ |
| - | psycopg2-2.0.10/setup.cfg | + | psycopg2-2.0.8/MANIFEST |
| - | psycopg2-2.0.10/scripts/ | + | psycopg2-2.0.8/AUTHORS |
| ~省略~ | ~省略~ | ||
| </ | </ | ||
| - Psycopg2 をインストールする。< | - Psycopg2 をインストールする。< | ||
| - | username@sxxx: | + | $ cd psycopg2-2.0.8 |
| - | tomoyan596@s248: | + | $ python setup.py install |
| running install | running install | ||
| running build | running build | ||