diff python/install_config.py @ 219:4390ca34912c

use new virtualenv repo
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Apr 2012 09:29:42 -0700
parents e4221e45d6c1
children 761e7dfc675e
line wrap: on
line diff
--- 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)