adding multi-version support

This commit is contained in:
cgalvan 2009-01-16 17:03:26 -07:00
parent 0d9ba2e294
commit 5dcc682e46

View File

@ -292,7 +292,8 @@ class BuildTahoe(Command):
f.write(line) f.write(line)
f.close() f.close()
command = [sys.executable, "setup.py", "develop", "--prefix=support"] command = [sys.executable, "setup.py", "develop", "--multi-version",
"--prefix=support"]
print "Command:", " ".join(command) print "Command:", " ".join(command)
rc = subprocess.call(command) rc = subprocess.call(command)
if rc < 0: if rc < 0: