[issue12937] Support install options as found in distutils

2011-09-08 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12937] Support install options as found in distutils

2011-09-08 Thread Brett Cannon
New submission from Brett Cannon : Distutils2/packaging does not support all the flags provided in distutils (e.g., --user, --prefix, etc.). It would be good to provide the same level of install control (or at least support the --user flag). -- assignee: tarek components: Distutils2 me