eric7/PluginManager/PluginManager.py

branch
eric7
changeset 9016
6f079c524e99
parent 8989
25cd4c5f1f19
child 9031
8c9013b363bc
equal deleted inserted replaced
9015:dfeefad914ed 9016:6f079c524e99
1425 pip = ericApp().getObject("Pip") 1425 pip = ericApp().getObject("Pip")
1426 except KeyError: 1426 except KeyError:
1427 # Installation is performed via the plug-in installation script. 1427 # Installation is performed via the plug-in installation script.
1428 from PipInterface.Pip import Pip 1428 from PipInterface.Pip import Pip
1429 pip = Pip(self) 1429 pip = Pip(self)
1430 pip.installPackages(packages, interpreter=sys.executable) 1430 pip.installPackages(packages,
1431 interpreter=Globals.getPythonExecutable())
1431 1432
1432 # 1433 #
1433 # eflag: noqa = M801 1434 # eflag: noqa = M801

eric ide

mercurial