mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
adding multi-version support
This commit is contained in:
parent
0d9ba2e294
commit
5dcc682e46
3
setup.py
3
setup.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user