[Distutils] question re: local development workflow / egg-info / synced directories

Ionel Cristian Mărieș contact at ionelmc.ro
Thu Mar 31 06:46:16 EDT 2016


On Thu, Mar 31, 2016 at 1:20 PM, Chris Jerdonek <chris.jerdonek at gmail.com>
wrote:

> If this feature were working in setuptools, would pip need any changes
> to "install -e" to allow passing along this extra info to setuptools,
> or is there already a mechanism to allow pass-through of extra
> setuptools options?
>

Pip install has the --install-option and --global-option​ arguments, try
your luck with them - they are for fairly advanced usecases. Pip already
passes other options so there's risk of breakages or weird issues if you
pass conflicting options.



Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160331/e9f13908/attachment.html>


More information about the Distutils-SIG mailing list