changeset 50:abe2508386ac

link to virtualenv.py
author Jeff Hammel <k0scist@gmail.com>
date Sun, 28 Mar 2010 15:38:39 -0400
parents 512ceeb0ec90
children 1aacc851332b
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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:"