Mercurial > hg > config
comparison python/install_config.py @ 33:8e5746ef15fe
add note about installing ubuntu packages
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 16 Mar 2010 09:44:48 -0700 |
| parents | f878d9f62211 |
| children | becf1798dfe6 |
comparison
equal
deleted
inserted
replaced
| 32:f878d9f62211 | 33:8e5746ef15fe |
|---|---|
| 48 install_develop('smartopen') | 48 install_develop('smartopen') |
| 49 | 49 |
| 50 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ] ] | 50 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ] ] |
| 51 | 51 |
| 52 execute(*postinstall_commands) | 52 execute(*postinstall_commands) |
| 53 | |
| 54 # TODO: | |
| 55 # - ubuntu packages to install: unison fluxbox |
