Changes between Initial Version and Version 1 of Ticket #1494, comment 9


Ignore:
Timestamp:
2013-08-27T12:22:40Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1494, comment 9

    initial v1  
    22> Even if canercandan doesn't give more information, I now understand that {{{python setup.py install}}} doesn't install dependencies, only the main package. This is unlike {{{easy_install allmydata-tahoe}}} and {{{pip install allmydata-tahoe}}} and unlike just doing {{{python setup.py build}}} and running the software from the current directory, as is recommended in [source:trunk/docs/quickstart.rst quickstart.rst]. All of those three options will automatically resolve dependencies.
    33
    4 I believe that's mistaken. All of the "build" procedures resolve dependencies, but none of the "install" procedures (excluding installing OS packages) do.
     4I believe that's mistaken. The "build" procedures resolves dependencies, but none of the "install" procedures (excluding installing OS packages) do.