Re: [Distutils] [Catalog-sig] Prototype setuptools-specific PyPI index.
At 06:30 PM 7/24/2007 -0400, Noah Gift wrote:
Does this mean it is also easy to point to another local repository that is available via NFS? I guess a local http mirror would work just as well, if you told the opener about it.
You don't even need to do that. See the -i/--index-url option to easy_install, for how to specify a specific package index URL to be used in place of PyPI.
This seems like a good way to instruct a sysadmin on how to setup a local customized infrastructure!
See also: http://peak.telecommunity.com/DevCenter/EasyInstall#creating-your-own-packag... http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api
On 7/24/07, Phillip J. Eby <pje@telecommunity.com> wrote:
At 06:30 PM 7/24/2007 -0400, Noah Gift wrote:
Does this mean it is also easy to point to another local repository that is available via NFS? I guess a local http mirror would work just as well, if you told the opener about it.
You don't even need to do that. See the -i/--index-url option to easy_install, for how to specify a specific package index URL to be used in place of PyPI.
This seems like a good way to instruct a sysadmin on how to setup a local customized infrastructure!
See also:
http://peak.telecommunity.com/DevCenter/EasyInstall#creating-your-own-packag...
http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api
Phillip, Thanks for the pointer. I am have been rereading the documentation on easy_install this week. I have one other question for you. Have you envisioned a workflow that interacts with RPM's or other package management systems? I know my company uses RPM's for example to package up our Python Packages, and many shops use RPM and/or debian packaging systems. Thanks, Noah -- http://www.blog.noahgift.com
participants (2)
-
Noah Gift
-
Phillip J. Eby