Mercurial > hg > config
comparison python/install_config.py @ 32:f878d9f62211
fix syntax error and actually execute the commands
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 16 Mar 2010 11:55:12 -0400 |
parents | 4f07325e727a |
children | 8e5746ef15fe |
comparison
equal
deleted
inserted
replaced
31:4f07325e727a | 32:f878d9f62211 |
---|---|
45 execute(*commands) | 45 execute(*commands) |
46 | 46 |
47 # install some python | 47 # install some python |
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 | |
52 execute(*postinstall_commands) |