Michele Lacchia
Michele Lacchia
I'll start from pyg site and then I'll work on the other one.
@DolajoCZ Thanks for the contribution! Overall it looks very good, but I would make a change: the config values from `pyproject.toml` should not take precedence over the command line ones....
@DolajoCZ Yes, exactly. A test case with values set from different places (even the same values) to verify the priority.
@DolajoCZ Looking great! I added some comments.
Thank you! :) At the moment Pyg is untested on Windows, since we don't have a Windows maintainer... As for the error, can you re-run pyg install with the -d...
Sorry, but I meant to add the `-d` flag _before_ the install command: ``` pyg -d install ... ``` But why have you closed the issue?
Uhm I don't know... It seems to be a zipfile issue. I'll inquire about it! :)
No, Pyg downloads dependencies after a package installation. I don't know if it is a good idea to download all the dependencies before the installation, but we could add an...
It's interesting, but where do we store every package's EGG-INFO dir? :)
Ok, we lose single metadata in favour of simplicity! That's fair... So, basically the new Pyg pack would look like this: ``` pyg-0.7.1 | |- run_pyg.py |- run_pyg2.7.py |- run_easy_install.py...