]> granicus.if.org Git - python/commit
Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Feb 2003 23:10:20 +0000 (23:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Feb 2003 23:10:20 +0000 (23:10 +0000)
commit95839b8af9418dee446c38825adc302507b42ea3
tree4168cdeddeab3f088cc52617a0e6683d46d04961
parentf032f86e9e828dfe1147852783aa6784e3ddf610
Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at
less than 500 lines it already manages to test whether Numeric is installed,
and can install it if it isn't, including any prerequisites.
Lib/plat-mac/pimp.py [new file with mode: 0644]