Re: How to clean up Python in Fedora 38

2023-09-06 Thread Neal Becker
On Tue, Sep 5, 2023 at 8:09 PM George N. White III wrote: > On Tue, Sep 5, 2023 at 5:55 AM Michael Hannon > wrote: > >> I think that the suggestions offered so far (environments, etc.) are all >> very good, but another approach is to use the Anaconda distribution of >> Python: >> >> https://www.

Re: How to clean up Python in Fedora 38

2023-09-05 Thread George N. White III
On Tue, Sep 5, 2023 at 5:55 AM Michael Hannon wrote: > I think that the suggestions offered so far (environments, etc.) are all > very good, but another approach is to use the Anaconda distribution of > Python: > > https://www.anaconda.com/ > > I use this distribution precisely to avoid any mixup

Re: How to clean up Python in Fedora 38

2023-09-05 Thread Michael Hannon
I think that the suggestions offered so far (environments, etc.) are all very good, but another approach is to use the Anaconda distribution of Python: https://www.anaconda.com/ I use this distribution precisely to avoid any mixups with the Python files that come with the OS distribution. Note t

Re: How to clean up Python in Fedora 38

2023-09-04 Thread Javier Perez
Thanks. I used plain pip, no sudo stuff. Time to hunt the . directories. Thanks! On Mon, Sep 4, 2023 at 11:08 AM Jonathan Billings wrote: > On Sep 4, 2023, at 11:35, Javier Perez wrote: > > I installed Pycharm to learn python, installed some libraries using pip, > totally sure I must have screw

Re: How to clean up Python in Fedora 38

2023-09-04 Thread Jonathan Billings
On Sep 4, 2023, at 11:35, Javier Perez wrote: > I installed Pycharm to learn python, installed some libraries using pip, > totally sure I must have screwed up something although I have not felt the > effect yet. > > My question is, how can I go back to default without reinstalling my whole > l

How to clean up Python in Fedora 38

2023-09-04 Thread Javier Perez
Hi Newbie/rookie in Python here I installed Pycharm to learn python, installed some libraries using pip, totally sure I must have screwed up something although I have not felt the effect yet. My question is, how can I go back to default without reinstalling my whole linux setup from scratch? This