Re: How to uninstall python 2 package specifically?

2020-12-29 Thread Pankaj Jangid
Chris Green  writes:

> I have two (or maybe even three) versions of Click installed:-
>
> /usr/local/lib/python2.7/dist-packages/click
> /usr/local/lib/python3.7/dist-packages/click
> /usr/lib/python3/dist-packages/click
>
> I run [x]ubuntu.
>
> How can I uninstall those extra versions of click (which have
> presumably been installed by pip, how would I know?).

For python2 package use pip, for python3 packages use pip3.

-- 
https://mail.python.org/mailman/listinfo/python-list


How to uninstall python 2 package specifically?

2020-12-29 Thread Chris Green
I have two (or maybe even three) versions of Click installed:-

/usr/local/lib/python2.7/dist-packages/click
/usr/local/lib/python3.7/dist-packages/click
/usr/lib/python3/dist-packages/click

I run [x]ubuntu.

How can I uninstall those extra versions of click (which have
presumably been installed by pip, how would I know?).

-- 
Chris Green
ยท
-- 
https://mail.python.org/mailman/listinfo/python-list