Another approach is to install Anaconda Python, which is then completely orthogonal to the system libraries: https://www.anaconda.com/products/individual On Tue, Nov 9, 2021 at 4:22 AM George N. White III <gnwiii@xxxxxxxxx> wrote: > > On Tue, 9 Nov 2021 at 06:59, Frederic Muller <fred@xxxxxxxx> wrote: >> >> Hi! >> >> I did post about some issues with my libraries (and it seems, the way I >> install them) with F34. >> >> >> So, I have a brand new "untouched" F35 under my fingers and configuring >> things for myself. Only me uses that machine. There is only 1 user. >> >> Now I use Python for some development and.. for myself. A few libraries >> are not part of the Python packages included in Fedora and I was >> wondering how to install them. I used to do pip3 install --user >> python-lib but ended up with some issues. Not sure if I can use a >> virtual environment and set it up as default for my logged in user. >> >> What do you guys recommend? I'm ready to try! :-P > > > pip has added warnings to head off the too common problems of > people doing "sudo pip install" and breaking Python apps. > > I like to install problematic libraries to a location outside existing python > paths, and then adjust sys.path in my scripts. That way I know exactly > what the script needs.when I come back to it a few years later. > > -- > George N. White III > > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx > Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure