# HG changeset patch # User Jeff Hammel # Date 1319427883 25200 # Node ID 492ec7e2d46ed31b5ac55329f5d753d3bb1cc7f4 # Parent 61282540f7c7b39220e2f9323b37469c11ba01f7 correct mistake diff -r 61282540f7c7 -r 492ec7e2d46e python/install_config.py --- a/python/install_config.py Sun Oct 23 20:35:57 2011 -0700 +++ b/python/install_config.py Sun Oct 23 20:44:43 2011 -0700 @@ -21,7 +21,7 @@ # get virtual env ['hg', 'clone', 'http://bitbucket.org/ianb/virtualenv'], - ['ln' '-s', HOME + '/virtualenv/virtualenv.py', HOME + '/bin/'], + ['ln', '-s', HOME + '/virtualenv/virtualenv.py', HOME + '/bin/'], # site-specific files ['mkdir', '-p', '.subversion'], @@ -66,7 +66,7 @@ # - ubuntu packages to install: -PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr" +PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr" print "Ensure the following packages are installed:" print "sudo apt-get install $PACKAGES"