Modify ↓
Opened 16 years ago
Closed 16 years ago
#4536 closed enhancement (fixed)
TracLegos should use pip instead of PoachEggs
Reported by: | Jeff Hammel | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | TracLegosScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
PoachEggs has several deficiencies. It does not load the installed packages, so the daemon must be restarted. It does not check to see if a package is already installed, so each requirement is reinstalled making project creation brutally slow. pip should solve these things, or so i've been told
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5163]) use pip instead of PoachEggs as per the suggestion of ianbicking; bump version accordingly; closes #4536