RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonathan how to use the venv module ?

 

Thank you in advance for your soon answer,

 

Regards.

 

 

Dorian ROSSE.

 

Envoyé à partir de Courrier pour Windows

 

De : Jonathan Billings
Envoyé le :vendredi 11 février 2022 21:48
À : Community support for Fedora users
Objet :Re: Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

 

On Feb 11, 2022, at 13:33, Dorian ROSSE <dorianbrice@xxxxxxxxxx> wrote:

 

 Hello,

 

 

Does it is better to '''python3 -m pip install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

 

Both are essentially the same. The pip executable uses the pip module. 

 

HOWEVER…

 

You should never run either as root on a Fedora system that you expect to ever use “dnf” on at a later point. Pip can and will install libraries that can break OS tools that are written in python (such as dnf). Not only that, but the RPM database won’t know about the new or updated libraries, causing general confusion. 

 

If you want to install extra modules, use the “venv” module to create a separate python environment to install into, which doesn’t replace system libraries. It’s fairly painless and you can have multiple environments, activated on demand. 

 

--

Jonathan Billings

 

_______________________________________________
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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux