diff --git a/setup.py b/setup.py index 5f71c5da4..6bb651c5b 100644 --- a/setup.py +++ b/setup.py @@ -292,7 +292,8 @@ class BuildTahoe(Command): f.write(line) f.close() - command = [sys.executable, "setup.py", "develop", "--prefix=support"] + command = [sys.executable, "setup.py", "develop", "--multi-version", + "--prefix=support"] print "Command:", " ".join(command) rc = subprocess.call(command) if rc < 0: