On Tuesday, February 21, 2017 at 3:44:51 PM UTC-8, RjOllos wrote:
> I tried to install with "wheel install", but tracd and trac-admin don't > get installed. Oddly, there is no output from "wheel install". > Console scripts are installed with "wheel install-scripts" (1), or using "pip install" rather "wheel install". (pve) ~/tmp$pip wheel --no-cache-dir --wheel-dir wheels -r requirements.txt (pve) ~/tmp$wheel install --wheel-dir wheels -r requirements.txt (pve) ~/tmp$ls pve/bin/trac* ls: pve/bin/trac*: No such file or directory (pve) ~/tmp$wheel install-scripts trac (pve) ~/tmp$ls pve/bin/trac* pve/bin/trac-admin pve/bin/tracd Anyway, I just wanted to understand that the behavior is by design. I suspect we'd always use "pip install" to install wheels. - Ryan (1) http://wheel.readthedocs.io/en/latest/#setuptools-scripts-handling -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
