src/eric7/PluginManager/PluginManager.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11215
d07c71a34adf
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
1526 """ 1526 """
1527 try: 1527 try:
1528 pip = ericApp().getObject("Pip") 1528 pip = ericApp().getObject("Pip")
1529 except KeyError: 1529 except KeyError:
1530 # Installation is performed via the plug-in installation script. 1530 # Installation is performed via the plug-in installation script.
1531 from eric7.PipInterface.Pip import Pip # __IGNORE_WARNING_I101__ 1531 from eric7.PipInterface.Pip import Pip # __IGNORE_WARNING_I-101__
1532 1532
1533 pip = Pip(self) 1533 pip = Pip(self)
1534 pip.installPackages(packages, interpreter=PythonUtilities.getPythonExecutable()) 1534 pip.installPackages(packages, interpreter=PythonUtilities.getPythonExecutable())
1535 1535
1536 1536
1537 # 1537 #
1538 # eflag: noqa = M801 1538 # eflag: noqa = M-801

eric ide

mercurial