Modify ↓
#13667 closed task (fixed)
Please publish on PyPI
| Reported by: | Massimo | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | SimpleMultiProjectPlugin |
| Severity: | normal | Keywords: | pypi |
| Cc: | Trac Release: |
Attachments (0)
Change History (9)
comment:1 Changed 6 years ago by
| Owner: | set to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:2 Changed 6 years ago by
comment:4 Changed 6 years ago by
Be sure to uninstall the old version before installing:
$ pip uninstall SimpleMultiProject $ pip install TracSimpleMultiProject
comment:6 follow-up: 7 Changed 6 years ago by
How do I enable the plugin after installing via pip2? Just removing the .egg and installing from pip2 does not enable the plugin anymore.
Do I need to activate it explicity via [components]?
comment:7 follow-up: 8 Changed 6 years ago by
Replying to Massimo:
How do I enable the plugin after installing via pip2? Just removing the .egg and installing from pip2 does not enable the plugin anymore. Do I need to activate it explicity via
[components]?
Yes. See TracPlugins#Plugindiscovery.
comment:8 Changed 6 years ago by
Replying to Ryan J Ollos:
Do I need to activate it explicity via
[components]?
Yes. See TracPlugins#Plugindiscovery.
Thanks, working.
Note: See
TracTickets for help on using
tickets.



In 17581: