scripts/install.py

branch
eric7
changeset 8611
0b1a09e47e98
parent 8593
1d66b6af60ed
child 8615
d43e7eb22319
equal deleted inserted replaced
8610:c9cd21bcbe33 8611:0b1a09e47e98
503 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure", 503 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure",
504 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor", 504 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor",
505 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository", 505 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository",
506 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re", 506 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re",
507 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray", 507 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray",
508 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest", "eric7" 508 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest",
509 "eric7_virtualenv", "eric7",
509 ] 510 ]
510 511
511 try: 512 try:
512 dirs = [platBinDir, getConfig('bindir')] 513 dirs = [platBinDir, getConfig('bindir')]
513 if platBinDirOld: 514 if platBinDirOld:
700 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir, False)) 701 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir, False))
701 for name in ["eric7_browser", "eric7_compare", "eric7_configure", 702 for name in ["eric7_browser", "eric7_compare", "eric7_configure",
702 "eric7_diff", "eric7_editor", "eric7_hexeditor", 703 "eric7_diff", "eric7_editor", "eric7_hexeditor",
703 "eric7_iconeditor", "eric7_plugininstall", 704 "eric7_iconeditor", "eric7_plugininstall",
704 "eric7_pluginrepository", "eric7_pluginuninstall", 705 "eric7_pluginrepository", "eric7_pluginuninstall",
705 "eric7_qregularexpression", "eric7_re", "eric7_snap", 706 "eric7_qregularexpression", "eric7_re", "eric7_shell",
706 "eric7_sqlbrowser", "eric7_tray", "eric7_trpreviewer", 707 "eric7_snap", "eric7_sqlbrowser", "eric7_tray",
707 "eric7_uipreviewer", "eric7_unittest", "eric7_shell", 708 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest",
708 "eric7"]: 709 "eric7_virtualenv", "eric7"]:
709 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir)) 710 wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir))
710 711
711 # set install prefix, if not None 712 # set install prefix, if not None
712 if distDir: 713 if distDir:
713 for key in list(cfg.keys()): 714 for key in list(cfg.keys()):

eric ide

mercurial