src/eric7/PipInterface/Pip.py

branch
eric7
changeset 9786
f94b530722af
parent 9653
e67609152c5e
child 9832
3885b9d7bd31
child 9850
20c49b517679
equal deleted inserted replaced
9785:84684a40187d 9786:f94b530722af
1069 licenses = [] 1069 licenses = []
1070 1070
1071 if envName: 1071 if envName:
1072 interpreter = self.getVirtualenvInterpreter(envName) 1072 interpreter = self.getVirtualenvInterpreter(envName)
1073 if interpreter: 1073 if interpreter:
1074
1075 args = [ 1074 args = [
1076 os.path.join(os.path.dirname(__file__), "piplicenses.py"), 1075 os.path.join(os.path.dirname(__file__), "piplicenses.py"),
1077 "--from", 1076 "--from",
1078 "mixed", 1077 "mixed",
1079 "--with-system", 1078 "--with-system",

eric ide

mercurial