Changes between Initial Version and Version 1 of Ticket #13618


Ignore:
Timestamp:
Sep 25, 2019, 8:55:07 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13618

    • Property Owner changed from Dirk Stöcker to Ryan J Ollos
    • Property Status changed from new to accepted
  • Ticket #13618 – Description

    initial v1  
    11The installation command provided doesn't work:
    22
     3{{{
    34[root@trac-server ~]# easy_install TracIniAdminPanelPlugin
    45Searching for TracIniAdminPanelPlugin
     
    1011error: Could not find suitable distribution for Requirement.parse('TracIniAdminPanelPlugin')
    1112[root@trac-server ~]#
     13}}}
    1214
    1315I tried this one:
    14 
     16{{{
    1517[root@trac-server ~]# easy_install https://trac-hacks.org/svn/traciniadminpanelplugin
    1618Downloading https://trac-hacks.org/svn/traciniadminpanelplugin
     
    1820Processing traciniadminpanelplugin
    1921error: Multiple setup scripts in /tmp/easy_install-SIwu36/traciniadminpanelplugin
     22}}}
    2023
    2124I then tried this one:
    2225
     26{{{
    2327[root@trac-server ~]# easy_install https://trac-hacks.org/svn/traciniadminpanelplugin/trunk
    2428Downloading https://trac-hacks.org/svn/traciniadminpanelplugin/trunk
     
    3337Processing dependencies for TracIniAdminPanel==1.0.2
    3438Finished processing dependencies for TracIniAdminPanel==1.0.2
     39}}}
    3540
    3641While I'm not sure if the above is the best command, it has a significant advantage that it completes successfully.