# HG changeset patch # User Jeff Hammel # Date 1269805119 14400 # Node ID abe2508386aca2e8b4b7157e58fac5247c52a2bd # Parent 512ceeb0ec90bdc73a24f82e19ad2e4a0f71de0f link to virtualenv.py diff -r 512ceeb0ec90 -r abe2508386ac python/install_config.py --- a/python/install_config.py Sun Mar 28 15:34:09 2010 -0400 +++ b/python/install_config.py Sun Mar 28 15:38:39 2010 -0400 @@ -18,6 +18,7 @@ ['hg', 'pull', SRC], ['hg', 'update', '-C'], ['hg', 'clone', 'http://bitbucket.org/ianb/virtualenv'], + ['ln' '-s', HOME + '/virtualenv/virtualenv.py', HOME + '/bin/'], # site-specific files ['mkdir', '-p', '.subversion'], @@ -55,8 +56,6 @@ execute(*postinstall_commands) - -# TODO: # - ubuntu packages to install: PACKAGES="unison fluxbox antiword xclip" print "Ensure the following packages are installed:"