changeset 219:4390ca34912c

use new virtualenv repo
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Apr 2012 09:29:42 -0700
parents e4221e45d6c1
children 192015ae3e4c
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)