[Distutils] Uninstall command
Tarek Ziadé
ziade.tarek at gmail.com
Sun Feb 15 10:39:48 CET 2009
Hi,
I started to write a detailed description of the uninstall feature
based on the previous threads we had, and there are two points I'd
like to
discuss:
1. should the uninstall command be part of the Python interpreter itself ?
for instance, be callable like this :
$ python -r MyPackage
or :
$ python --remove-package MyPackage
2. If we add an uninstall command, it makes sense to me to add an
install command as well, at
the same level.
maybe :
$ python -a MyPackage
or :
$ python --add-package MyPackage
Regards
Tarek
--
Tarek Ziadé | Association AfPy | www.afpy.org
Blog FR | http://programmation-python.org
Blog EN | http://tarekziade.wordpress.com/
More information about the Distutils-SIG
mailing list