# HG changeset patch # User Jeff Hammel # Date 1335457782 25200 # Node ID 4390ca34912cbca465a3d3fbabc4599edb3a827f # Parent e4221e45d6c1e6429ea65472a9ab686674466208 use new virtualenv repo diff -r e4221e45d6c1 -r 4390ca34912c python/install_config.py --- a/python/install_config.py Fri Apr 06 16:41:05 2012 -0700 +++ b/python/install_config.py Thu Apr 26 09:29:42 2012 -0700 @@ -68,7 +68,7 @@ git = which('git') if git: # get virtual env - virtualenv_commands = [['hg', 'clone', 'http://bitbucket.org/ianb/virtualenv'], + virtualenv_commands = [['git', 'clone', 'https://github.com/pypa/virtualenv.git'], ['ln', '-s', HOME + '/virtualenv/virtualenv.py', HOME + '/bin/']] execute(*virtualenv_commands)