Nick Coghlan added the comment:

I'm going to run with the approach of adding a private _uninstall function in 
ensurepip (that includes the version guard), and then a "python -m 
ensurepip._uninstall" submodule to invoke it from the command line.

I'll also extend the with_pip test in test_venv to cover uninstallation (it 
won't be a venv feature, it's just a convenient way to test that the uninstall 
command actually does the right thing).

----------
assignee:  -> ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to