Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12288, comment 19


Ignore:
Timestamp:
Aug 16, 2017, 2:23:02 PM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12288, comment 19

    initial v1  
    11I found work around is to copy the wheel package with `.egg` suffix to `$ENV/plugins` to load wheel packages.
    22
    3 {{{
     3{{{#!console
     4$ pip list --format=columns
     5Package    Version
     6---------- -------
     7Genshi     0.7
     8pip        9.0.1
     9setuptools 36.2.7
     10Trac       1.0.15
     11wheel      0.29.0
    412$ python setup.py bdist_wheel
    513running bdist_wheel