This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wkentaro
Recipients wkentaro
Date 2015-07-30.07:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438241243.5.0.586246186733.issue24753@psf.upfronthosting.co.za>
In-reply-to
Content
I'm distributing command line tools by pypi, and the package also installs shell completion file.
The default shell completion install location is sometimes platform specific, so the code cannot be so simple. 
I think it is good to have a function which can be used easily when distributing this kind of package. I think the function is similar with ``distutils.sysconfig.get_python_lib()``.

Please see attached file. It contains a function I'm thinking to add now.
History
Date User Action Args
2015-07-30 07:27:23wkentarosetrecipients: + wkentaro
2015-07-30 07:27:23wkentarosetmessageid: <1438241243.5.0.586246186733.issue24753@psf.upfronthosting.co.za>
2015-07-30 07:27:23wkentarolinkissue24753 messages
2015-07-30 07:27:23wkentarocreate