close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_fs_base-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 30, 2008, 10:37:04 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
8 | 8 | * 安裝 Orbited 相關套件 |
9 | 9 | {{{ |
10 | | ~$ sudo apt-get install python2.5 python-setuptools python-twisted python-simplejson |
| 10 | ~$ sudo apt-get install python-setuptools python-twisted python-simplejson |
11 | 11 | ~$ wget http://pypi.python.org/packages/source/o/orbited/orbited-0.7.0.tar.gz |
12 | 12 | ~$ tar zxvf orbited-0.7.0.tar.gz |
13 | | ~$ sudo easy_install orbited-0.7.0 |
| 13 | ~$ sudo easy_install-2.5 orbited-0.7.0 |
14 | 14 | }}} |
15 | 15 | * 測試 Orbited |
16 | 16 | {{{ |
17 | | ~$ python |
18 | | Python 2.4.4 (#2, Apr 16 2008, 17:58:59) |
19 | | [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 |
20 | | Type "help", "copyright", "credits" or "license" for more information. |
| 17 | ~$ python2.5 |
21 | 18 | >>> import orbited |
22 | 19 | }}} |