Edgewall Software

Changes between Version 360 and Version 361 of TracInstall


Ignore:
Timestamp:
Mar 15, 2013, 8:14:42 AM (11 years ago)
Author:
Ciro Duran Santilli <ciro.santilli@…>
Comment:

removed -E option. the newest pip has no such option: <http://www.pip-installer.org/en/latest/usage.html#pip-install>, a way to do this is via —install-option="—prefix=$PREFIX_PATH" but I feel this is too verbose and mandatory

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v360 v361  
    152152 -
    153153{{{
    154 pip -E /opt/user/trac install trac psycopg2
     154pip install trac psycopg2
    155155}}}
    156156or
    157157 -
    158158{{{
    159 pip -E /opt/user/trac install trac mysql-python
    160 }}}
    161 
    162 '''This code does no longer work in pip 1.1 which dropped the -E option. Can someone update it?'''
     159pip install trac mysql-python
     160}}}
    163161
    164162Make sure your OS specific headers are available for pip to automatically build PostgreSQL (`libpq-dev`) or MySQL (`libmysqlclient-dev`) bindings.