On Tue, 9 Nov 2021 at 06:59, Frederic Muller <f...@cm17.com> 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@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to